Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Fechner authored and Florian Fechner committed May 13, 2019
1 parent c3a39f4 commit 2fb4266
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "chemical-element-visualisation",
"description": "A Web Component for visualizing an chemical element",
"version": "2.0.1",
"version": "2.0.2",
"main": "chemical-element-visualisation.js",
"repository":
{
"type": "git",
"url": "https://github.com/florianfe/chemical-element-visualisation"
},
"dependencies": {
"lit-element": "^2.1.0"
},
Expand All @@ -14,5 +19,10 @@
"chai": "^4.2.0",
"mocha": "^6.1.4",
"wct-mocha": "^1.0.0"
}
},
"keywords":
[
"web-components",
"html"
]
}

0 comments on commit 2fb4266

Please sign in to comment.