date-duration
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "date-duration", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Manipulate Date objects with ISO 8601-formatted durations", | ||
@@ -9,7 +9,7 @@ "main": "dist/duration.js", | ||
"build": "babel --source-maps -d dist/ src/", | ||
"test": "npm run lint && npm build && mocha --compilers js:babel-core/register test", | ||
"test": "npm run lint && npm run build && mocha --compilers js:babel-core/register test", | ||
"clean": "rm -rf dist", | ||
"preversion": "npm test", | ||
"preversion": "npm run test", | ||
"postversion": "git push && git push --tags", | ||
"prepublish": "npm test", | ||
"prepublish": "npm run test", | ||
"postpublish": "npm run clean" | ||
@@ -38,8 +38,8 @@ }, | ||
"babel-cli": "6.2.0", | ||
"babel-core": "^6.2.1", | ||
"babel-eslint": "4.0.5", | ||
"babel-core": "6.2.1", | ||
"babel-eslint": "4.1.6", | ||
"babel-preset-es2015": "6.1.18", | ||
"eslint": "1.10.2", | ||
"mocha": "^2.3.4" | ||
"mocha": "2.3.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
11489
7
100