2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-11 18:02:26 +03:00

fix(parser): dependency fail

This commit is contained in:
Nikolay Kostyurin
2018-09-10 09:40:49 +02:00
parent 4ab06bed08
commit 7300535aff
3 changed files with 8 additions and 7 deletions
+3 -2
View File
@@ -13,7 +13,7 @@
"parse"
],
"dependencies": {
"@bbob/plugin-helper": "^1.1.1"
"@bbob/plugin-helper": "1.x"
},
"main": "lib/index.js",
"module": "es/index.js",
@@ -38,7 +38,8 @@
"test": "../../node_modules/.bin/jest --",
"cover": "../../node_modules/.bin/jest --coverage",
"lint": "../../node_modules/.bin/eslint .",
"size": "../../node_modules/.bin/size-limit"
"size": "../../node_modules/.bin/size-limit",
"prepublishOnly": "npm run build"
},
"size-limit": [
{