@coorpacademy/translate
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "@coorpacademy/translate", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "", | ||
@@ -13,4 +13,4 @@ "main": "lib/translate.js", | ||
"scripts": { | ||
"ava": "cross-env NODE_ENV=test ava", | ||
"nyc": "cross-env NODE_ENV=test nyc npm run ava", | ||
"ava": "ava", | ||
"nyc": "nyc npm run ava", | ||
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files", | ||
@@ -37,40 +37,18 @@ "build:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files", | ||
"dependencies": { | ||
"lodash": "^4.17.4" | ||
"lodash": "^4.17.15" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.3", | ||
"@babel/core": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3", | ||
"ava": "^1.4.1", | ||
"babel-plugin-istanbul": "^4.1.4", | ||
"cross-env": "^5.0.0", | ||
"@babel/cli": "^7.6.0", | ||
"@babel/core": "^7.6.0", | ||
"@babel/preset-env": "^7.6.0", | ||
"@babel/register": "^7.6.0", | ||
"ava": "^2.4.0", | ||
"babel-plugin-istanbul": "^5.2.0", | ||
"cross-env": "^5.2.1", | ||
"eslint": "^4.18.2", | ||
"nyc": "^13.1.0", | ||
"rimraf": "^2.6.1" | ||
"nyc": "^14.1.1", | ||
"rimraf": "^3.0.0" | ||
}, | ||
"author": "CoorpAcademy", | ||
"ava": { | ||
"files": [ | ||
"src/**/test/**/*.js" | ||
], | ||
"require": [ | ||
"@babel/polyfill", | ||
"../../test/helpers/throw-warning", | ||
"@babel/register" | ||
], | ||
"babel": { | ||
"testOptions": { | ||
"plugins": [ | ||
"@babel/plugin-proposal-export-default-from", | ||
"@babel/plugin-proposal-export-namespace-from", | ||
"@babel/plugin-proposal-object-rest-spread", | ||
"@babel/plugin-proposal-class-properties" | ||
], | ||
"presets": [ | ||
"@ava/stage-4" | ||
] | ||
} | ||
} | ||
}, | ||
"gitHead": "f0af7ef69175c636481ab6bf0b7126d7aa7230c8" | ||
"gitHead": "eda0aa4ae46a24138098350b85165b29b5ff1f6f" | ||
} |
33244
10
Updatedlodash@^4.17.15