bump version

This commit is contained in:
Preet Shihn
2020-05-27 00:49:29 -07:00
parent e2fffcabb5
commit d7a9a42f75
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "rough-notation", "name": "rough-notation",
"version": "0.0.1", "version": "0.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "rough-notation", "name": "rough-notation",
"version": "0.0.2", "version": "0.1.0",
"description": "Annotate html", "description": "Annotate html",
"main": "lib/rough-notation.cjs.js", "main": "lib/rough-notation.cjs.js",
"module": "lib/rough-notation.esm.js", "module": "lib/rough-notation.esm.js",
@@ -36,4 +36,4 @@
"dependencies": { "dependencies": {
"roughjs": "^4.3.1" "roughjs": "^4.3.1"
} }
} }