Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
beb3013e2c | |||
5d1c0a6f1e |
12
package.json
12
package.json
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user