This commit is contained in:
Preet Shihn
2020-04-14 23:57:39 -07:00
parent 8721ff45f5
commit 04c4149bb8

View File

@@ -3,9 +3,9 @@
"version": "4.2.0",
"description": "Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.",
"main": "bundled/rough.cjs.js",
"module": "bin/rough.js",
"types": "bin/rough.d.ts",
"module": "bundled/rough.esm.js",
"browser": "bundled/rough.js",
"types": "bin/rough.d.ts",
"scripts": {
"build": "rm -rf bin && tsc && rollup -c",
"lint": "tslint -p tsconfig.json",
@@ -42,4 +42,4 @@
"points-on-curve": "^0.2.0",
"points-on-path": "^0.2.0"
}
}
}