Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
chore: Add change util
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Oct 22, 2018
1 parent 7967f1b commit acea60a
Show file tree
Hide file tree
Showing 3 changed files with 977 additions and 11 deletions.
1 change: 0 additions & 1 deletion changelog.md

This file was deleted.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"bugs": {
"url": "https://github.com/notadd/neditor/issues"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"conventional-changelog-cli": "^2.0.5",
"gh-pages": "^1.2.0",
"grunt": "~0.4.1",
"grunt-cli": "^1.2.0",
Expand All @@ -38,6 +38,7 @@
"scripts": {
"build": "grunt neditor",
"publish": "cd dist && npm publish --access public",
"deploy": "gh-pages -d dist"
"deploy": "gh-pages -d dist",
"changelog": "rm -rf CHANGELOG.md && conventional-changelog -p angular -r 4 -i CHANGELOG.md -s"
}
}
Loading

0 comments on commit acea60a

Please sign in to comment.