Skip to content

Commit

Permalink
Remove unused package
Browse files Browse the repository at this point in the history
We’re no longer using environment variables to configure the build
  • Loading branch information
kasparsd authored and pereirinha committed Oct 6, 2020
1 parent 7b47454 commit 853e801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
25 changes: 0 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"url": "https://github.com/cloudinary/cloudinary_wordpress.git"
},
"scripts": {
"dev": "cross-env webpack --mode=development --watch",
"build": "cross-env webpack --mode=production",
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"package": "npm run build && grunt package",
"deploy": "npm run build && grunt deploy",
"deploy-assets": "grunt deploy-assets"
Expand Down Expand Up @@ -51,7 +51,6 @@
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"browserslist": "4.6.2",
"core-js": "3.1.3",
"cross-env": "5.2.0",
"css-loader": "3.0.0",
"cssnano": "4.1.10",
"enzyme": "3.10.0",
Expand Down

0 comments on commit 853e801

Please sign in to comment.