Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 138f9b2

Browse files
committed
3.0.0-alpha.1
1 parent 6746c65 commit 138f9b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preload-webpack-plugin",
3-
"version": "3.0.0",
3+
"version": "3.0.0-alpha.1",
44
"description": "A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support",
55
"author": "Addy Osmani <[email protected]> (https://github.com/addyosmani)",
66
"license": "Apache-2.0",
@@ -28,7 +28,9 @@
2828
"test": "jasmine test/unit/* test/webpack3/index.js test/webpack4/index.js",
2929
"coverage": "nyc npm run test",
3030
"clean": "rimraf build",
31-
"build": "npm run clean && babel --out-dir=build src"
31+
"build": "npm run clean && babel --out-dir=build src",
32+
"publish": "npm run lint && npm run test && npm run build && npm publish",
33+
"publish-next": "npm run lint && npm run test && npm run build && npm publish --tag next"
3234
},
3335
"main": "build/index.js",
3436
"files": [

0 commit comments

Comments
 (0)