Skip to content

Commit 23ff89f

Browse files
committed
gitignore
1 parent 7068ea8 commit 23ff89f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111
1212
"scripts": {
1313
"test": "node test.js",
14-
"rimraf": "rimraf",
15-
"prepublish": "rimraf dist; npm run buildnode; npm run buildweb; npm run buildreactnative;",
1614
"buildnode": "webpack --config webpack/webpack.node.js",
1715
"buildweb": "webpack -p --config webpack/webpack.web.js",
1816
"buildreactnative": "webpack --config webpack/webpack.react-native.js",
1917
"generate-docs": "node_modules/.bin/jsdoc --configure docs-config.json --verbose"
2018
},
19+
"repository": {
20+
"type" : "git",
21+
"url" : "https://github.com/builtio-contentstack/contentstack-javascript.git"
22+
},
2123
"_shasum": "a328ed07240476a26b31a23261355dc929e1da63",
2224
"_from": "contentstack@latest",
2325
"_npmVersion": "3.8.9",

0 commit comments

Comments
 (0)