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 0d9b71b commit 2e32c4dCopy full SHA for 2e32c4d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-patternfly",
3
- "version": "0.0.0",
+ "version": "0.0.1",
4
"description": "Patternfly components for Vue.js 2",
5
"main": "dist/vue-patternfly.js",
6
"directories": {
@@ -12,7 +12,7 @@
12
"compile": "webpack --progress --hide-modules -pc",
13
"build": "npm run purge && npm run compile",
14
"lint": "eslint src/* test/*",
15
- "beforePublish": "npm run lint && npm run build"
+ "prepublish": "npm run lint && npm run build"
16
},
17
"files": [
18
"dist/",
0 commit comments