Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Updated tslint-loader dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed Mar 6, 2016
1 parent 739ab71 commit ce09c3c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
* 0.1.0
* added a module registry
* added basic i18n support
* made hot module replacement optional
* added HTML minification for production build
* added css bundles for production build
* fixed bug with the production build (#38)
* added ui router configuration
* added sass/postcss support for production build
* enabled strict DI mode for AngularJS
* upgraded dependency on tslint-loader to work around a webpack issue: https://github.com/wbuchwalter/tslint-loader/issues/18
* added basic support & docs for proxy
* 0.0.2
* improved sass configuration for dev and prod
* support added in production
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"private": true,
"license": "MIT",
"version": "0.0.2",
"version": "0.1.0",
"keywords": [
"web",
"angular",
Expand Down Expand Up @@ -91,7 +91,7 @@
"ts-loader": "0.8.x",
"ts-node": "0.5.x",
"source-map-loader": "0.1.x",
"tslint-loader": "2.1.x",
"tslint-loader": "^2.1.3",
"istanbul-instrumenter-loader": "0.1.x",
"jasmine-core": "2.4.x",
"phantomjs-prebuilt": "2.1.x",
Expand Down

0 comments on commit ce09c3c

Please sign in to comment.