Compare commits

...

4 Commits

Author SHA1 Message Date
5b42cf93cb 1.0.13 2017-08-09 15:31:39 +02:00
e0ab34c466 update dependencies 2017-08-09 15:31:35 +02:00
beb3013e2c 1.0.12 2017-07-28 14:47:46 +02:00
5d1c0a6f1e update dependencies 2017-07-28 14:47:43 +02:00
4 changed files with 386 additions and 296 deletions

View File

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

View File

@ -1,7 +1,7 @@
import { expect, tap } from 'tapbundle'
import * as path from 'path'
import * as smartscaf from '../dist/index'
import * as smartscaf from '../ts/index'
process.env.CI = 'true'

View File

@ -1 +0,0 @@
# some undefined variable

665
yarn.lock

File diff suppressed because it is too large Load Diff