mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +03:00
fix(parser): dependency fail
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bbob/plugin-helper",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Set of utils to help write plugins",
|
||||
"keywords": [
|
||||
"bbob",
|
||||
@@ -30,7 +30,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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user