add parcel devDependency

This commit is contained in:
moos 2019-12-31 11:45:58 -08:00
parent 7dd8072d26
commit efed3c9168
2 changed files with 6044 additions and 3 deletions

6041
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "wordpos", "name": "wordpos",
"version": "2.0.0-beta.10", "version": "2.0.0-beta.11",
"description": "wordpos is a set of part-of-speech utilities for Node.js & browser using the WordNet database.", "description": "wordpos is a set of part-of-speech utilities for Node.js & browser using the WordNet database.",
"author": "Moos <mooster@42at.com>", "author": "Moos <mooster@42at.com>",
"keywords": [ "keywords": [
@ -19,6 +19,7 @@
"files": [ "files": [
"bin", "bin",
"dist", "dist",
"lib",
"src", "src",
"test", "test",
"!test/dict", "!test/dict",
@ -52,7 +53,8 @@
"babel-plugin-dynamic-import-node": "^2.3.0", "babel-plugin-dynamic-import-node": "^2.3.0",
"chai": "^4.2.0", "chai": "^4.2.0",
"mini-bench": "^1.0.0", "mini-bench": "^1.0.0",
"mocha": "^5.2.0" "mocha": "^5.2.0",
"parcel": "^1.12.4"
}, },
"repository": { "repository": {
"type": "git", "type": "git",