Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panManfredini committed Oct 24, 2020
1 parent b3a7413 commit 6293b5e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"name": "lit-element-effector",
"version": "0.1.1",
"version": "0.2.0",
"description": "Mixin to attach an Effector Store to lit-element",
"main": "index.js",
"types": "src/index.ts",
"repository": "[email protected]:panManfredini/lit-element-effector.git",
"repository": {
"type": "git",
"url": "git+https://github.com/panManfredini/lit-element-effector.git"
},
"homepage": "https://github.com/panManfredini/lit-element-effector",
"bugs": {
"url": "https://github.com/panManfredini/lit-element-effector/issues"
},
"author": "pan <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 6293b5e

Please sign in to comment.