Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7d18e92ff1 | |||
634763c03f |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "npmts",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"description": "write npm modules with TypeScript",
|
||||
"main": "index.js",
|
||||
"typings": "./index.d.ts",
|
||||
@ -27,17 +27,17 @@
|
||||
},
|
||||
"homepage": "https://github.com/pushrocks/npmts#readme",
|
||||
"dependencies": {
|
||||
"beautylog": "2.0.2",
|
||||
"beautylog": "2.0.6",
|
||||
"fs-extra": "^0.26.5",
|
||||
"gulp": "3.9.0",
|
||||
"gulp-insert": "0.5.0",
|
||||
"gulp-sequence": "^0.4.4",
|
||||
"gulp-typescript": "2.10.0",
|
||||
"gulp-typings": "0.0.0",
|
||||
"merge2": "0.3.6",
|
||||
"merge2": "1.0.0",
|
||||
"mocha": "^2.4.5",
|
||||
"q": "^1.4.1",
|
||||
"smartcli": "0.0.11",
|
||||
"typings": "^0.6.3"
|
||||
"typings": "^0.6.5"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user