Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Senaka Fernando committed Oct 3, 2018
1 parent e59ad80 commit d814be8
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.0"
"version": "0.1.0"
}
12 changes: 7 additions & 5 deletions packages/ove-app-audio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@
"start:dev": "babel-node src/index.js"
},
"keywords": [],
"author": "David Birch <[email protected]>",
"contributors": ["Senaka Fernando <[email protected]>"],
"author": "David Birch <[email protected]>",
"contributors": [
"Senaka Fernando <[email protected]>"
],
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "^0.1.0",
"http-status-codes": "1.3.0",
"ws": "6.0.0",
"howler": "2.0.15",
"jquery": "3.3.1"
"http-status-codes": "1.3.0",
"jquery": "3.3.1",
"ws": "6.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/ove-app-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"@ove-lib/appbase": "^0.1.0",
"d3-dsv": "^1.0.10",
"vega-embed": "^3.19.1",
"jquery": "3.3.1",
"vega": "^4.2.0",
"jquery": "3.3.1"
"vega-embed": "^3.19.1"
}
}
4 changes: 2 additions & 2 deletions packages/ove-app-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "^0.1.0",
"openseadragon": "2.4.0",
"jquery": "3.3.1"
"jquery": "3.3.1",
"openseadragon": "2.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/ove-app-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "^0.1.0",
"request": "2.88.0",
"jquery": "3.3.1"
"jquery": "3.3.1",
"request": "2.88.0"
}
}
4 changes: 2 additions & 2 deletions packages/ove-app-networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "^0.1.0",
"sigma": "1.2.1",
"jquery": "3.3.1"
"jquery": "3.3.1",
"sigma": "1.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/ove-app-videos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@ove-lib/appbase": "^0.1.0",
"http-status-codes": "1.3.0",
"ws": "6.0.0",
"jquery": "3.3.1"
"jquery": "3.3.1",
"ws": "6.0.0"
}
}

0 comments on commit d814be8

Please sign in to comment.