Compare commits

...

2 Commits

Author SHA1 Message Date
2035045aef 3.1.2 2016-02-19 01:38:24 +01:00
de0f8cfb8b add gulp-header as dev-dependency 2016-02-19 01:37:39 +01:00

View File

@ -1,6 +1,6 @@
{ {
"name": "npmts", "name": "npmts",
"version": "3.1.1", "version": "3.1.2",
"description": "write npm modules with TypeScript", "description": "write npm modules with TypeScript",
"main": "index.js", "main": "index.js",
"typings": "./index.d.ts", "typings": "./index.d.ts",
@ -41,5 +41,8 @@
"smartfile": "0.0.11", "smartfile": "0.0.11",
"source-map-support": "^0.4.0", "source-map-support": "^0.4.0",
"typings": "^0.6.8" "typings": "^0.6.8"
},
"devDependencies": {
"gulp-header": "^1.7.1"
} }
} }