File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
"scripts" : {
13
13
"test" : " node test.js" ,
14
- "rimraf" : " rimraf" ,
15
- "prepublish" : " rimraf dist; npm run buildnode; npm run buildweb; npm run buildreactnative;" ,
16
14
"buildnode" : " webpack --config webpack/webpack.node.js" ,
17
15
"buildweb" : " webpack -p --config webpack/webpack.web.js" ,
18
16
"buildreactnative" : " webpack --config webpack/webpack.react-native.js" ,
19
17
"generate-docs" : " node_modules/.bin/jsdoc --configure docs-config.json --verbose"
20
18
},
19
+ "repository" : {
20
+ "type" : " git" ,
21
+ "url" : " https://github.com/builtio-contentstack/contentstack-javascript.git"
22
+ },
21
23
"_shasum" : " a328ed07240476a26b31a23261355dc929e1da63" ,
22
24
"_from" : " contentstack@latest" ,
23
25
"_npmVersion" : " 3.8.9" ,
You can’t perform that action at this time.
0 commit comments