congenial-octo-train
Advanced tools
Comparing version 0.1.0 to 0.1.2
{ | ||
"name": "congenial-octo-train", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "A test module that does not much.", | ||
"main": "index.js", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"test": "semistandard" | ||
"build": "tsc", | ||
"lint": "npm run lint:ts", | ||
"lint:ts": "tslint --project tsconfig.json --config tslint.json --exclude '**/node_modules/**' './**/*.ts'", | ||
"prepare": "npm run build", | ||
"test": "npm run build && npm run lint" | ||
}, | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"repository": { | ||
@@ -24,4 +31,8 @@ "type": "git", | ||
"devDependencies": { | ||
"semistandard": "^12.0.1" | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.1.3" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^10.12.0" | ||
} | ||
} |
1568
17
1
2
+ Added@types/node@^10.12.0
+ Added@types/node@10.17.60(transitive)