mirror of
https://github.com/rough-stuff/rough.git
synced 2026-04-22 03:00:28 -04:00
.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user