Skip to content

Commit

Permalink
Merge pull request #4 from OrdnanceSurvey/dev
Browse files Browse the repository at this point in the history
latest release from dev
  • Loading branch information
craiggoldstone committed Mar 30, 2016
2 parents d979be8 + 0d9662a commit b6030cf
Show file tree
Hide file tree
Showing 8 changed files with 563 additions and 260 deletions.
16 changes: 14 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# ignore vendor libraries
node_modules/
bower_components/
typings/

# intellij
*.iml
.idea
bower_components
node_modules

# built files
build/
dist/

# misc
npm-debug.log
12 changes: 6 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"tests"
],
"dependencies": {
"angular": "~1.2.28",
"rxjs": "~2.5.2",
"angular-rx": "~0.0.14",
"jquery": "~2.1.4"
"angular": "1.x",
"rxjs": ">0.0.14",
"angular-rx": "1.x",
"jquery": "~2"
},
"devDependencies": {
"requirejs": "~2.1.18",
"angular-order-object-by": "~1.1.1"
"requirejs": "2.x",
"angular-order-object-by": "1.x"
}
}
Loading

0 comments on commit b6030cf

Please sign in to comment.