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

Commit

Permalink
Merge fc677bd into dc6a985
Browse files Browse the repository at this point in the history
  • Loading branch information
jniles committed Aug 24, 2018
2 parents dc6a985 + fc677bd commit a6512c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
@@ -0,0 +1,3 @@
{
"registry": "https://registry.bower.io"
}
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,11 +1,11 @@
language: node_js
sudo: false
node_js:
- 0.12
- 4
- 5
- 6
- 7

before_script:
- npm run bower
after_success:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -8,7 +8,7 @@
"ignore": [
],
"dependencies": {
"angular": ">=1.2.0 <1.7.0",
"angular": ">=1.2.0 <1.8.0",
"moment": ">=2.19.3 <3.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -20,18 +20,18 @@
"devDependencies": {
"bower": "1.7.9",
"coveralls": "2.11.9",
"grunt": "1.0.1",
"grunt": "^1.0.3",
"grunt-cli": "1.2.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-karma": "0.12.2",
"jasmine-core": "2.4.1",
"phantomjs-prebuilt": "2.1.7",
"karma": "0.13.22",
"karma-coverage": "0.5.5",
"karma-jasmine": "0.3.8",
"karma-phantomjs-launcher": "1.0.0",
"load-grunt-tasks": "3.5.0"
"load-grunt-tasks": "3.5.0",
"phantomjs-prebuilt": "^2.1.16"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit a6512c1

Please sign in to comment.