Merge pull request #8 from kbravh/patch-1

Remove browser tag
This commit is contained in:
Preet
2020-05-28 09:16:22 -07:00
committed by GitHub

View File

@@ -4,7 +4,6 @@
"description": "Annotate html",
"main": "lib/rough-notation.cjs.js",
"module": "lib/rough-notation.esm.js",
"browser": "lib/rough-notation.iife.js",
"types": "lib/rough-notation.d.ts",
"scripts": {
"build": "rm -rf lib && tsc && rollup -c",