Skip to content

Commit eaf8604

Browse files
committed
Merge pull request #32 from capricube/npm-upgrade
upgrade of all npm dependencies
2 parents aa88506 + 1f28904 commit eaf8604

7 files changed

Lines changed: 3923 additions & 2484 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
language: node_js
22
node_js:
3-
- 0.10
3+
- "0.10"
4+
- "0.12"
5+
- "4"
6+
- "5"
47
script:
58
- npm run coverage
69
- npm run publish-coverage
710
- test $SAUCE_USERNAME && npm run zuul || echo 'not running on saucelabs'
811
env:
912
global:
1013
- secure: HQYn8X9CAc9gtzHdmFErbS5yf2Ug63i/MUAV4jqI/+0v5b6m3zLbhQGSXlboQEk+uqtOebdAdGsTJpoLq1JghqcRdrUwHV+tdENJguc4fStF8q+u9+U8fw8eKiVwSbHKR66Z2uhyabI/AkZ4Lqmlsi7zNM7ESOFRuSyx5c4pUtE=
11-
- secure: JZ+sZY/ZDosFLnE6zPa2QFl8GBq144Iwi+LA2PgoYsPTu3H7ksIh3yvEVnahQ0N0jYIXvKc9HlUECwI8AREp8sszgrQzKKhGUEYlv3vIIz34f+3hV6ZaBt9Tho5LHOXe0HXWmFP74nFKj7qFXGc4VJ9igAOzaqVRV2n0H3qUTaM=
14+
- secure: JZ+sZY/ZDosFLnE6zPa2QFl8GBq144Iwi+LA2PgoYsPTu3H7ksIh3yvEVnahQ0N0jYIXvKc9HlUECwI8AREp8sszgrQzKKhGUEYlv3vIIz34f+3hV6ZaBt9Tho5LHOXe0HXWmFP74nFKj7qFXGc4VJ9igAOzaqVRV2n0H3qUTaM=

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "0.4.0",
44
"main": "build/levelgraph-jsonld.js",
55
"dependencies": {
6-
"levelgraph": "~0.10.1"
6+
"levelgraph": "^1.1.1"
77
}
88
}

0 commit comments

Comments
 (0)