This commit is contained in:
Preet Shihn
2020-06-23 00:33:14 -07:00
parent 580f1197c4
commit 296daabe1e
2 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rough-notation",
"version": "0.3.3",
"version": "0.4.0",
"description": "Create and animate hand-drawn annotations on a web page",
"main": "lib/rough-notation.cjs.js",
"module": "lib/rough-notation.esm.js",
@@ -26,11 +26,11 @@
},
"homepage": "https://github.com/pshihn/rough-notation#readme",
"devDependencies": {
"rollup": "^2.12.0",
"rollup": "^2.18.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^6.1.0",
"roughjs": "^4.3.1",
"tslint": "^6.1.2",
"typescript": "^3.9.3"
"typescript": "^3.9.5"
}
}
}