chore(): update packages

This commit is contained in:
Ibby 2017-01-10 07:40:21 -05:00
parent 04347c3df8
commit fa311e6a7c
2 changed files with 27 additions and 12 deletions

View File

@ -12,34 +12,34 @@
"rxjs": "5.0.0-beta.12" "rxjs": "5.0.0-beta.12"
}, },
"devDependencies": { "devDependencies": {
"browserify": "^13.0.1", "browserify": "^13.3.0",
"canonical-path": "0.0.2", "canonical-path": "0.0.2",
"conventional-changelog-cli": "^1.2.0", "conventional-changelog-cli": "^1.2.0",
"conventional-github-releaser": "^1.1.3", "conventional-github-releaser": "^1.1.3",
"cpr": "^1.0.0", "cpr": "^2.0.2",
"cz-conventional-changelog": "^1.1.6", "cz-conventional-changelog": "^1.2.0",
"decamelize": "^1.2.0", "decamelize": "^1.2.0",
"dgeni": "^0.4.2", "dgeni": "^0.4.2",
"dgeni-packages": "^0.10.18", "dgeni-packages": "^0.10.18",
"es6-shim": "~0.35.1", "es6-shim": "~0.35.2",
"glob": "^6.0.4", "glob": "^7.1.1",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-rename": "^1.2.2", "gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4", "gulp-replace": "^0.5.4",
"gulp-tslint": "^6.1.2", "gulp-tslint": "^6.1.2",
"gulp-uglify": "^1.5.4", "gulp-uglify": "^2.0.0",
"jasmine-core": "~2.5.0", "jasmine-core": "~2.5.2",
"karma": "~1.2.0", "karma": "~1.3.0",
"karma-browserify": "~5.1.0", "karma-browserify": "~5.1.0",
"karma-jasmine": "~1.0.2", "karma-jasmine": "~1.1.0",
"karma-phantomjs-launcher": "~1.0.2", "karma-phantomjs-launcher": "~1.0.2",
"lodash": "3.10.1", "lodash": "4.17.4",
"minimist": "^1.1.3", "minimist": "^1.1.3",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"node-html-encoder": "0.0.2", "node-html-encoder": "0.0.2",
"q": "1.4.1", "q": "1.4.1",
"semver": "^5.0.1", "semver": "^5.3.0",
"tsify": "~1.0.4", "tsify": "~3.0.0",
"tslint": "^3.15.1", "tslint": "^3.15.1",
"tslint-ionic-rules": "0.0.7", "tslint-ionic-rules": "0.0.7",
"typescript": "~2.0.10", "typescript": "~2.0.10",

15
tsconfig.json Normal file
View File

@ -0,0 +1,15 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES5",
"sourceMap": true,
"declaration": true,
"experimentalDecorators": true,
"outDir": "dist",
"moduleResolution": "node"
},
"files": [
"typings/es6-shim/es6-shim.d.ts",
"src/index.ts"
]
}