Skip to content

Commit db668e7

Browse files
Vikram KaltaVikram Kalta
authored andcommitted
fix: updated version
1 parent a36da5e commit db668e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/management",
3-
"version": "1.18.2",
3+
"version": "1.18.3",
44
"description": "The Content Management API is used to manage the content of your Contentstack account",
55
"main": "./dist/node/contentstack-management.js",
66
"browser": "./dist/web/contentstack-management.js",
@@ -25,7 +25,7 @@
2525
"build:es5": "BABEL_ENV=es5 babel lib -d dist/es5",
2626
"build:es-modules": "BABEL_ENV=es-modules babel lib -d dist/es-modules",
2727
"buildall": "npm run buildnode && npm run buildweb && npm run buildreactnative && npm run buildnativescript",
28-
"buildnode": "webpack --config webpack/webpack.node.js --mode production",
28+
"buildnode": "webpack --config webpack/webpack.node.js --mode development",
2929
"buildreactnative": "webpack --config webpack/webpack.react-native.js --mode production",
3030
"buildnativescript": "webpack --config webpack/webpack.nativescript.js --mode production",
3131
"buildweb": "webpack --config webpack/webpack.web.js --mode production",

0 commit comments

Comments
 (0)