This commit is contained in:
Philipp Kunz 2016-07-17 02:11:41 +02:00
parent 4c205381d9
commit dc53498f22

View File

@ -1,9 +1,9 @@
{ {
"name": "npmextra", "name": "npmextra",
"version": "1.0.4", "version": "1.0.5",
"description": "do more with npm", "description": "do more with npm",
"main": "dist/index.js", "main": "dist/index.js",
"typings":"dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {
"test": "(npmts)" "test": "(npmts)"
}, },