1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-22 09:47:00 +01:00

test fixes

This commit is contained in:
Matthias Kretschmann 2019-06-05 01:29:11 +02:00
parent 2c7c81b2fe
commit e86cade48b
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,4 @@
{ {
"presets": ["@babel/env", "@babel/react"], "presets": ["@babel/env", "@babel/react"],
"plugins": [ "plugins": ["@babel/plugin-proposal-class-properties"]
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-runtime"
]
} }

View File

@ -23,5 +23,10 @@
"es6": true, "es6": true,
"node": true, "node": true,
"jest": true "jest": true
},
"settings": {
"react": {
"version": "detect"
}
} }
} }

View File

@ -5,7 +5,7 @@
"description": "🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.", "description": "🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.",
"main": "./src/main/index.js", "main": "./src/main/index.js",
"scripts": { "scripts": {
"test": "eslint ./src/**/*.{js,jsx} && stylelint ./src/**/*.css", "test": "eslint --ignore-path .gitignore ./src/**/*.{js,jsx} && stylelint --ignore-path .gitignore ./src/**/*.{css,scss}",
"start": "webpack-dev-server --hot --host 0.0.0.0 --config=./webpack.dev.config.js", "start": "webpack-dev-server --hot --host 0.0.0.0 --config=./webpack.dev.config.js",
"build": "cross-env NODE_ENV=production webpack --config webpack.common.config.js", "build": "cross-env NODE_ENV=production webpack --config webpack.common.config.js",
"package": "electron-builder build -mwl && open ./dist", "package": "electron-builder build -mwl && open ./dist",
@ -23,13 +23,12 @@
"dependencies": { "dependencies": {
"@coingecko/cryptoformat": "^0.3.2", "@coingecko/cryptoformat": "^0.3.2",
"ethereum-address": "0.0.4", "ethereum-address": "0.0.4",
"ethereum-blockies": "MyEtherWallet/blockies", "ethereum-blockies": "github:MyEtherWallet/blockies",
"ms": "^2.1.1" "ms": "^2.1.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.5", "@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5", "@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.5", "@babel/runtime": "^7.4.5",
@ -76,7 +75,8 @@
"package.json" "package.json"
], ],
"mac": { "mac": {
"category": "public.app-category.finance" "category": "public.app-category.finance",
"identity": null
}, },
"linux": { "linux": {
"target": [ "target": [