@motet-a/validate
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@motet-a/validate", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "dist/index.js", | ||
@@ -15,3 +15,4 @@ "files": [ | ||
"build": "babel src/ --out-dir dist/ --ignore '*.test.js'", | ||
"test:src": "nyc mocha --compilers js:babel-register src/index.test.js", | ||
"pretest": "npm run build", | ||
"test:src": "nyc mocha --require babel-core/register src/index.test.js", | ||
"test": "npm run test:src && npm run test:examples", | ||
@@ -23,12 +24,12 @@ "test:examples": "node examples/0.js", | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-es2016": "^6.24.1", | ||
"babel-preset-es2017": "^6.24.1", | ||
"babel-register": "^6.24.1", | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.13.1", | ||
"babel-register": "^6.26.0", | ||
"chai": "^4.1.2", | ||
"coveralls": "^3.0.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.3.0", | ||
"nyc": "^10.3.0" | ||
"mocha": "^4.0.1", | ||
"nyc": "^11.4.0" | ||
} | ||
} |
18683