Skip to content

Commit

Permalink
Merge pull request #88 from cloudinary/CLD-12414-postinstall
Browse files Browse the repository at this point in the history
NPM builds should point to min by default
  • Loading branch information
tsi authored Apr 8, 2019
2 parents 826fe90 + c4316df commit 85a5f2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.1.4-edge.3",
"description": "Cloudinary Video Player",
"scripts": {
"postinstall": "shx cp env.example.js env.js",
"prepare": "shx cp env.example.js env.js",
"start": "webpack-dev-server --config webpack/dev.config.js",
"clean": "rm -rf dist",
"build-dev": "webpack --config webpack/es5.config.js --progress --display-error-details --color --mode=development",
Expand All @@ -20,8 +20,8 @@
},
"author": "Cloudinary",
"license": "MIT",
"main": "./dist/cld-video-player.js",
"style": "./dist/cld-video-player.css",
"main": "./dist/cld-video-player.min.js",
"style": "./dist/cld-video-player.min.css",
"dependencies": {
"expose-loader": "^0.7.5",
"fetch-ponyfill": "^4.0.0",
Expand Down

0 comments on commit 85a5f2b

Please sign in to comment.