Skip to content

Commit fa32346

Browse files
author
Erin Doyle
committed
Added the bundle script to the prepublish script so that the webpack bundle gets included in the npm package.
Also disabled the release script and removed the rf-release package as this does not seem to be tagging or publishing to npm properly.
1 parent 8bff3fe commit fa32346

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-a11y-alt",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "Warns about potential accessibility issues with your React elements.",
55
"main": "./lib/index.js",
66
"repository": {
@@ -16,8 +16,8 @@
1616
"mocha": "mocha --compilers js:babel-register --recursive -f '(browser)' -i",
1717
"lint": "eslint src",
1818
"build": "babel src --out-dir lib",
19-
"prepublish": "npm run build",
20-
"release": "release",
19+
"prepublish": "npm run build && npm run bundle",
20+
"release": "echo 'release command is not supported from this fork, manually increment the version and do `npm publish`'",
2121
"bundle": "webpack",
2222
"preview-release": "changelog -t previes -s"
2323
},
@@ -50,7 +50,6 @@
5050
"mocha": "^2.0.1",
5151
"react": "^0.14",
5252
"react-dom": "^0.14.7",
53-
"rf-release": "0.4.0",
5453
"webpack": "^1.12.14"
5554
},
5655
"tags": [

0 commit comments

Comments
 (0)