Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
chore(*): HISTORY => HISTORY.md, add changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Mar 2, 2018
1 parent 486559a commit 708d6c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
File renamed without changes.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bson",
"parser"
],
"version": "1.0.5",
"version": "2.0.0",
"author": "Christian Amor Kvalheim <christkv@gmail.com>",
"contributors": [],
"repository": {
Expand All @@ -19,12 +19,13 @@
},
"dependencies": {
"bindings": "^1.3.0",
"bson": "^2.0.0",
"bson": "^2.0.2",
"nan": "^2.9.2"
},
"devDependencies": {
"chai": "^4.1.2",
"clang-format": "^1.2.2",
"conventional-changelog-cli": "^1.3.15",
"mocha": "^3.5.3",
"mongodb-extjson": "^2.1.0"
},
Expand All @@ -33,9 +34,10 @@
"node": ">=4"
},
"scripts": {
"changelog": "conventional-changelog -p angular -i HISTORY.md -s",
"format": "clang-format -i --style=file --glob=\"src/*.{h,cc}\"",
"install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
"test": "mocha ./test/node",
"format": "clang-format -i --style=file --glob=\"src/*.{h,cc}\""
"test": "mocha ./test/node"
},
"licenses": [
{
Expand Down

0 comments on commit 708d6c4

Please sign in to comment.