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

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
* upgraded modern web dev build dependency
* adapted vendor.scss
* upgraded typings dependency (broader)
  • Loading branch information
dsebastien committed Feb 13, 2016
1 parent e85f246 commit 1787c54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* 0.3.5
* upgraded the version of the typings dependency
* 0.4.0
* now uses modernWebDevBuild 0.4.x: https://github.com/dsebastien/modernWebDevBuild/releases/tag/0.4.0
* upgraded the version of the typings dependency (closes #84)
* 0.3.4
* fixed a path issue in vendor.scss (fixes #82)
* 0.3.3
Expand Down
2 changes: 1 addition & 1 deletion app/templates/applicationFiles/app/styles/vendor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
//

// Nicolas Gallagher's Normalize.css
@import '../jspm_packages/github/necolas/[email protected]/normalize.css'; // the path refers to the file at BUILD time
@import '../../jspm_packages/github/necolas/[email protected]/normalize.css'; // the path refers to the file at BUILD time
4 changes: 2 additions & 2 deletions app/templates/projectTemplates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"jspm": "0.16.x",
"nodemon": "1.8.x",
"typescript": "1.7.3",
"modern-web-dev-build": "0.3.x",
"modern-web-dev-build": "0.4.x",
"jasmine-core": "2.4.x",
"karma-jasmine": "0.3.x",
"typings": "0.6.x",
"typings": "0.x",
"tsd": "0.6.5"
},
"engines": {
Expand Down

0 comments on commit 1787c54

Please sign in to comment.