Compare commits

..

2 Commits

Author SHA1 Message Date
dc53498f22 1.0.5 2016-07-17 02:11:41 +02:00
4c205381d9 add typings to package.json 2016-07-17 02:11:39 +02:00

View File

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