improve readme

This commit is contained in:
2016-01-18 15:20:23 +01:00
parent 814542e9cd
commit 20283c6cda
4 changed files with 15 additions and 1 deletions

View File

@@ -3,8 +3,9 @@
"version": "1.0.4",
"description": "write npm modules with TypeScript",
"main": "index.js",
"typings": "./index.d.ts",
"bin": {
"npmts": "index.js"
"npmts": "./index.js"
},
"scripts": {
"test": "(cd compile && node compile.js)",