We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7068ea8 commit 23ff89fCopy full SHA for 23ff89f
1 file changed
package.json
@@ -11,13 +11,15 @@
11
"_id": "contentstack@3.0.0",
12
"scripts": {
13
"test": "node test.js",
14
- "rimraf": "rimraf",
15
- "prepublish": "rimraf dist; npm run buildnode; npm run buildweb; npm run buildreactnative;",
16
"buildnode": "webpack --config webpack/webpack.node.js",
17
"buildweb": "webpack -p --config webpack/webpack.web.js",
18
"buildreactnative": "webpack --config webpack/webpack.react-native.js",
19
"generate-docs": "node_modules/.bin/jsdoc --configure docs-config.json --verbose"
20
},
+ "repository": {
+ "type" : "git",
21
+ "url" : "https://github.com/builtio-contentstack/contentstack-javascript.git"
22
+ },
23
"_shasum": "a328ed07240476a26b31a23261355dc929e1da63",
24
"_from": "contentstack@latest",
25
"_npmVersion": "3.8.9",
0 commit comments