Skip to content

Commit 88cedf6

Browse files
committed
feat: release 1.2.0
1 parent 4d5f862 commit 88cedf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "webpack-s3-plugin",
3-
"version": "1.2.0-rc.0",
3+
"version": "1.2.00",
44
"description": "Uploads compiled assets to s3 after build",
55
"main": "dist/s3_plugin.js",
66
"scripts": {
77
"build": "webpack --mode production",
8-
"prepublishOnly": "npm run lint && npm run test && npm run build",
8+
"prepublishOnly": "npm run lint && npm run build",
99
"test": "NODE_ENV='test' mocha -t 10000 --require @babel/register",
1010
"lint": "eslint ./src ./test",
1111
"watch": "webpack --watch --mode development",

0 commit comments

Comments
 (0)