Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
2035045aef | |||
de0f8cfb8b |
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user