include changelog
Showing
CHANGELOG.md
0 → 100644
... | @@ -7,7 +7,8 @@ | ... | @@ -7,7 +7,8 @@ |
"test": "jest --env node", | "test": "jest --env node", | ||
"lint": "eslint lib test --fix", | "lint": "eslint lib test --fix", | ||
"build": "webpack --config example/webpack.config.js --hide-modules", | "build": "webpack --config example/webpack.config.js --hide-modules", | ||
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot" | "dev": "webpack-dev-server --config example/webpack.config.js --inline --hot", | ||
"prepublishOnly": "conventional-changelog -p angular -r 0 > CHANGELOG.md" | |||
}, | }, | ||
"author": "Evan You", | "author": "Evan You", | ||
"license": "MIT", | "license": "MIT", | ||
... | ... |
Please register or sign in to comment