Skip to content

Commit

Permalink
Use standard-version for release (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jan 16, 2018
1 parent 67d697c commit eaa9f4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
File renamed without changes.
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -14,11 +14,13 @@
"devDependencies": {
"eslint": "4.5.0",
"mocha": "3.1.2",
"runmd": "1.0.1"
"runmd": "1.0.1",
"standard-version": "4.2.0"
},
"scripts": {
"test": "mocha test/test.js",
"md": "runmd --watch --output=README.md README_js.md",
"release": "standard-version",
"prepare": "runmd --output=README.md README_js.md"
},
"browser": {
Expand All @@ -30,5 +32,7 @@
"type": "git",
"url": "https://github.com/kelektiv/node-uuid.git"
},
"dependencies": {}
"dependencies": {
"typescript": "2.6.2"
}
}

0 comments on commit eaa9f4e

Please sign in to comment.