Skip to content

Commit

Permalink
pack
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Dec 27, 2020
1 parent 79826dc commit 3aad0d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "project-app",
"version": "0.2.0",
"title": "Project app",
"description": "A graph playground for project collaboration",
"author": "DeFUCC <[email protected]> (https://defucc.me/)",
"homepage": "https://project.frkt.ru",
"bugs": {
"url": "https://github.com/DeFUCC/project-app/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/DeFUCC/project-app.git"
},
"version": "0.2.2",
"scripts": {
"dev": "vite",
"build": "vite build"
Expand All @@ -24,4 +36,4 @@
"vite-plugin-purge-icons": "^0.4.5",
"vite-plugin-voie": "^0.4.1"
}
}
}
2 changes: 1 addition & 1 deletion src/store/gun-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const peerList = [
// 'http://127.0.0.1:4200/gun',
]

const dbVersion = 9
const dbVersion = 10
checkDbVersion(localStorage.dbVersion, dbVersion)

export const gun = new window.Gun(peerList)
Expand Down

0 comments on commit 3aad0d2

Please sign in to comment.