Remove browser tag

This commit is contained in:
Karey Higuera
2020-05-28 09:48:45 -05:00
committed by GitHub
parent 8ef456305c
commit 213f3bb51f

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",