prosemirror-utils
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "prosemirror-utils", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Utils library for ProseMirror", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.js", | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
"publishConfig": { | ||
@@ -19,2 +19,3 @@ "registry": "https://registry.npmjs.org" | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
@@ -56,7 +57,6 @@ "require": "./dist/index.cjs" | ||
"lint": "eslint ./src/ --ext .ts --fix", | ||
"build": "./build.js", | ||
"build_all": "npm run build", | ||
"build": "./build.js && tsc --project tsconfig.dist.json", | ||
"test": "jest", | ||
"test-ci": "NODE_ENV=testing jest --coverage && codecov", | ||
"prepare": "npm run build_all" | ||
"prepare": "npm run build" | ||
}, | ||
@@ -63,0 +63,0 @@ "peerDependencies": { |
162564
15
1242