function-path
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,3 +5,3 @@ { | ||
"author": "Sebastian Müller <mail@sbstjn.com>", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"coveralls": "cat ./coverage/lcov.info | coveralls", | ||
"lint": "tslint src/**/*.ts", | ||
"lint": "tslint {src,test}/**/*.ts", | ||
"build": "tsc" | ||
@@ -42,3 +42,3 @@ }, | ||
"@types/jest": "^20.0.2", | ||
"@types/node": "^8.0.7", | ||
"@types/node": "^8.0.12", | ||
"coveralls": "^2.13.1", | ||
@@ -45,0 +45,0 @@ "dot-json": "^1.0.3", |
Sorry, the diff of this file is not supported yet
88852