metalsmith-revision
Advanced tools
Comparing version 0.0.2 to 0.0.4
{ | ||
"name": "metalsmith-revision", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"description": "Compile only the modified files", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib", | ||
"README.md" | ||
], | ||
"scripts": { | ||
@@ -13,2 +17,3 @@ "prebuild": "rimraf lib", | ||
"test:single": "mocha --compilers js:babel-register", | ||
"prepublish": "npm run build", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
@@ -36,5 +41,13 @@ }, | ||
"chai": "^3.5.0", | ||
"commitizen": "^2.8.4", | ||
"cz-conventional-changelog": "^1.1.6", | ||
"mocha": "^3.0.1", | ||
"rimraf": "^2.5.4" | ||
"rimraf": "^2.5.4", | ||
"semantic-release": "^4.3.5" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -41,0 +54,0 @@ "crypto": "0.0.3", |
3497
10
2
40