dristi-ui-css 0.0.4-dristi-kerala.7 → 0.0.4-dristi-kerala.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_comment": "This is a comment and will be ignored by npm",
3
3
  "name": "dristi-ui-css",
4
- "version": "0.0.4-dristi-kerala.7",
4
+ "version": "0.0.4-dristi-kerala.9",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.css",
7
7
  "author": "Akshay Kumar <akshay.kumar@beehyv.com>",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "scripts": {
15
15
  "start": "gulp build",
16
- "build:prod": "NODE_ENV=production gulp build",
16
+ "build:prod": "set NODE_ENV=production && gulp build",
17
17
  "prepublish": "yarn build:prod",
18
18
  "deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
19
19
  },