Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcamper committed May 15, 2020
1 parent 5fa8cd3 commit 95ec48f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "HubNotesLayer",
"version": "1.0.0",
"description": "",
"main": "HubNotesLayer.js",
"name": "hub-text-notes-layer",
"version": "0.1.0",
"description": "Custom JSAPI layer for Hub text notes",
"main": "HubTextNotesLayer.js",
"scripts": {
"build": "yarn run rollup -c rollup.config.js",
"test": "yarn run karma start"
},
"files": [
"dist"
],
"author": "",
"license": "ISC",
"devDependencies": {
Expand Down

0 comments on commit 95ec48f

Please sign in to comment.