Skip to content

Commit

Permalink
Merging PR #17 from @BugsBunnyBR. Using explicit versioning in npm an…
Browse files Browse the repository at this point in the history
…d making typings available to webpack
  • Loading branch information
lathonez committed Feb 24, 2016
1 parent 3eabe66 commit 90f677d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"dependencies": {
"angular2": "2.0.0-beta.6",
"es6-promise": "^3.0.2",
"es6-promise": "3.0.2",
"es6-shim": "0.33.13",
"ionic-framework": "2.0.0-beta.1",
"ionicons": "3.0.0-alpha.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"typings": "^0.6.8",
"zone.js": "0.5.14"
},
"devDependencies": {
"awesome-typescript-loader": "^0.15.9",
"codecov.io": "^0.1.6",
"coveralls": "^2.11.6",
"del": "^2.2.0",
"es6-module-loader": "^0.17.10",
"gulp": "^3.9.0",
"gulp-tslint": "^4.3.0",
"gulp-typescript": "^2.10.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "^1.1.5",
"awesome-typescript-loader": "0.15.10",
"codecov.io": "0.1.6",
"coveralls": "2.11.6",
"del": "2.2.0",
"es6-module-loader": "0.17.11",
"gulp": "3.9.1",
"gulp-tslint": "4.3.2",
"gulp-typescript": "2.11.0",
"jasmine-core": "2.4.1",
"karma": "0.13.21",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.3",
"karma-jasmine": "0.3.7",
"karma-mocha-reporter": "1.1.5",
"karma-phantomjs-launcher": "1.0.0",
"karma-systemjs": "^0.11.0",
"phantomjs-prebuilt": "^2.1.4",
"karma-systemjs": "0.11.0",
"phantomjs-prebuilt": "2.1.4",
"strip-sourcemap-loader": "0.0.1",
"systemjs": "^0.19.15",
"systemjs": "0.19.22",
"traceur": "0.0.102",
"tslint": "^3.2.1",
"tslint-eslint-rules": "^1.0.1",
"tslint": "3.5.0",
"tslint-eslint-rules": "1.0.1",
"typescript": "1.8.2",
"webpack": "^1.12.11"
"typings": "0.6.8",
"webpack": "1.12.14"
},
"name": "clicker",
"description": "clicker: An Ionic project",
Expand All @@ -54,4 +54,4 @@
"url": "https://github.com/lathonez/clicker.git"
},
"license": "MIT"
}
}
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"experimentalDecorators": true
},
"filesGlob": [
"**/*.ts",
"!node_modules/**/*"
"./app/**/*.ts",
"!node_modules/**/*",
"typings/browser.d.ts"
],
"exclude": [
"node_modules"
Expand Down

0 comments on commit 90f677d

Please sign in to comment.