Skip to content

Commit

Permalink
publish 0.0.1 (updated yjs dependency to ^12.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Sep 20, 2016
1 parent e8a8454 commit e33cfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "y-leveldb",
"version": "0.0.0",
"version": "0.0.1",
"description": "LevelDB database adapter for Yjs",
"main": "./src/LevelDB.js",
"scripts": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"standard": "^5.3.1"
},
"peerDependencies": {
"yjs": "^11.0.0 && >=11.2.4"
"yjs": "^12.0.0"
},
"dependencies": {
"level": "^1.4.0",
Expand Down

0 comments on commit e33cfa2

Please sign in to comment.