diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..3244250 --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +@storecomponents:registry=https://vtexapps.jfrog.io/artifactory/api/npm/storecomponents-npm/ +@vtex:registry=https://vtexapps.jfrog.io/artifactory/api/npm/vtex-npm/ \ No newline at end of file diff --git a/package.json b/package.json index 3413c9b..c2f6de0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,9 @@ "gatsby-plugin-netlify": "^2.3.17", "gatsby-plugin-robots-txt": "^1.5.1", "react": "^0.0.0-experimental-7f28234f8", - "react-dom": "^0.0.0-experimental-7f28234f8" + "react-dom": "^0.0.0-experimental-7f28234f8", + "@storecomponents/test-session-2": "0.0.5", + "@vtex/random-button": "1.0.0" }, "devDependencies": { "@vtex/lighthouse-config": "^0.221.0", @@ -43,4 +45,4 @@ "lint": "eslint --ext js,ts,jsx,tsx .", "test:lhci": "lhci autorun" } -} +} \ No newline at end of file