mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
fix(parser): dependency fail
This commit is contained in:
+2
-3
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"scripts": {
|
||||
"prepublishOnly": "lerna run build",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"test": "lerna run build && lerna run link && lerna run test",
|
||||
"cover": "lerna run cover",
|
||||
@@ -14,6 +15,7 @@
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-jest": "^23.4.2",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-plugin-external-helpers": "^6.22.0",
|
||||
"babel-plugin-transform-decorators-legacy": "^1.3.5",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
||||
@@ -51,8 +53,5 @@
|
||||
"jest": {
|
||||
"coverageDirectory": "./coverage/",
|
||||
"collectCoverage": true
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -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