Compare commits

..

2 Commits

Author SHA1 Message Date
beb3013e2c 1.0.12 2017-07-28 14:47:46 +02:00
5d1c0a6f1e update dependencies 2017-07-28 14:47:43 +02:00
2 changed files with 355 additions and 272 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "smartscaf", "name": "smartscaf",
"version": "1.0.11", "version": "1.0.12",
"description": "scaffold projects quickly", "description": "scaffold projects quickly",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -23,17 +23,17 @@
"npm" "npm"
], ],
"devDependencies": { "devDependencies": {
"tapbundle": "^1.0.13" "tapbundle": "^1.1.1"
}, },
"dependencies": { "dependencies": {
"@types/lodash": "^4.14.64", "@types/lodash": "^4.14.71",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"smartfile": "^4.2.17", "smartfile": "^4.2.17",
"smartfm": "^1.0.5", "smartfm": "^1.0.5",
"smarthbs": "^1.0.16", "smarthbs": "^1.0.16",
"smartinteract": "^1.0.4", "smartinteract": "^1.0.7",
"smartq": "^1.1.1", "smartq": "^1.1.6",
"smartyaml": "^1.0.2", "smartyaml": "^1.0.2",
"typings-global": "^1.0.16" "typings-global": "^1.0.20"
} }
} }

615
yarn.lock

File diff suppressed because it is too large Load Diff