We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5f862 commit 88cedf6Copy full SHA for 88cedf6
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "webpack-s3-plugin",
3
- "version": "1.2.0-rc.0",
+ "version": "1.2.00",
4
"description": "Uploads compiled assets to s3 after build",
5
"main": "dist/s3_plugin.js",
6
"scripts": {
7
"build": "webpack --mode production",
8
- "prepublishOnly": "npm run lint && npm run test && npm run build",
+ "prepublishOnly": "npm run lint && npm run build",
9
"test": "NODE_ENV='test' mocha -t 10000 --require @babel/register",
10
"lint": "eslint ./src ./test",
11
"watch": "webpack --watch --mode development",
0 commit comments