mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
fix(parser): dependency fail
This commit is contained in:
+2
-3
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"prepublishOnly": "lerna run build",
|
||||||
"bootstrap": "lerna bootstrap",
|
"bootstrap": "lerna bootstrap",
|
||||||
"test": "lerna run build && lerna run link && lerna run test",
|
"test": "lerna run build && lerna run link && lerna run test",
|
||||||
"cover": "lerna run cover",
|
"cover": "lerna run cover",
|
||||||
@@ -14,6 +15,7 @@
|
|||||||
"babel-cli": "^6.26.0",
|
"babel-cli": "^6.26.0",
|
||||||
"babel-core": "^6.26.3",
|
"babel-core": "^6.26.3",
|
||||||
"babel-jest": "^23.4.2",
|
"babel-jest": "^23.4.2",
|
||||||
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||||
"babel-plugin-external-helpers": "^6.22.0",
|
"babel-plugin-external-helpers": "^6.22.0",
|
||||||
"babel-plugin-transform-decorators-legacy": "^1.3.5",
|
"babel-plugin-transform-decorators-legacy": "^1.3.5",
|
||||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
||||||
@@ -51,8 +53,5 @@
|
|||||||
"jest": {
|
"jest": {
|
||||||
"coverageDirectory": "./coverage/",
|
"coverageDirectory": "./coverage/",
|
||||||
"collectCoverage": true
|
"collectCoverage": true
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"babel-plugin-transform-object-rest-spread": "^6.26.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"parse"
|
"parse"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bbob/plugin-helper": "^1.1.1"
|
"@bbob/plugin-helper": "1.x"
|
||||||
},
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
@@ -38,7 +38,8 @@
|
|||||||
"test": "../../node_modules/.bin/jest --",
|
"test": "../../node_modules/.bin/jest --",
|
||||||
"cover": "../../node_modules/.bin/jest --coverage",
|
"cover": "../../node_modules/.bin/jest --coverage",
|
||||||
"lint": "../../node_modules/.bin/eslint .",
|
"lint": "../../node_modules/.bin/eslint .",
|
||||||
"size": "../../node_modules/.bin/size-limit"
|
"size": "../../node_modules/.bin/size-limit",
|
||||||
|
"prepublishOnly": "npm run build"
|
||||||
},
|
},
|
||||||
"size-limit": [
|
"size-limit": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@bbob/plugin-helper",
|
"name": "@bbob/plugin-helper",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"description": "Set of utils to help write plugins",
|
"description": "Set of utils to help write plugins",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bbob",
|
"bbob",
|
||||||
@@ -30,7 +30,8 @@
|
|||||||
"test": "../../node_modules/.bin/jest --",
|
"test": "../../node_modules/.bin/jest --",
|
||||||
"cover": "../../node_modules/.bin/jest --coverage",
|
"cover": "../../node_modules/.bin/jest --coverage",
|
||||||
"lint": "../../node_modules/.bin/eslint .",
|
"lint": "../../node_modules/.bin/eslint .",
|
||||||
"size": "../../node_modules/.bin/size-limit"
|
"size": "../../node_modules/.bin/size-limit",
|
||||||
|
"prepublishOnly": "npm run build"
|
||||||
},
|
},
|
||||||
"size-limit": [
|
"size-limit": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user