Compare commits

...

2 Commits

Author SHA1 Message Date
ecf0666103 5.1.15 2016-05-25 06:59:39 +02:00
ad05144bba update smartstring 2016-05-25 06:59:33 +02:00

View File

@ -1,6 +1,6 @@
{ {
"name": "npmts", "name": "npmts",
"version": "5.1.14", "version": "5.1.15",
"description": "write npm modules with TypeScript", "description": "write npm modules with TypeScript",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {
@ -52,7 +52,7 @@
"smartenv": "1.2.5", "smartenv": "1.2.5",
"smartfile": "3.0.10", "smartfile": "3.0.10",
"smartpath": "3.2.1", "smartpath": "3.2.1",
"smartstring": "^2.0.0", "smartstring": "^2.0.1",
"source-map-support": "^0.4.0", "source-map-support": "^0.4.0",
"typings-global": "*" "typings-global": "*"
}, },