Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Support Angularjs 1.7 and and fix generation of a CSS file from SASS source #98

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js: "0.10"
node_js: "6.13"
before_install: npm install -g grunt-cli
install: npm install
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
],
"license": "MIT",
"dependencies": {
"angular": ">=1.2.15 <1.6",
"angular-sanitize": ">=1.2.15 <1.6"
"angular": ">=1.2.15 <1.8",
"angular-sanitize": ">=1.2.15 <1.8"
},
"devDependencies": {
"angular-animate": ">=1.2.17 <1.6",
"angular-animate": ">=1.2.17 <1.8",
"bootstrap": "~3.3.2",
"Faker": "~2.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/tameraydin/ngToast/issues"
},
"dependencies": {
"angular": ">=1.2.15 <1.6",
"angular-sanitize": ">=1.2.15 <1.6"
"angular": ">=1.2.15 <1.8",
"angular-sanitize": ">=1.2.15 <1.8"
},
"devDependencies": {
"caniuse-db": "latest",
Expand Down