@aurium/i18n
Advanced tools
Comparing version 0.1.4 to 0.2.0
{ | ||
"name": "@aurium/i18n", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "Internationalization made simple", | ||
"main": "i18n.js", | ||
"main": "i18n.mjs", | ||
"bin": { | ||
@@ -12,3 +12,3 @@ "extract-i18n-keys": "bin/extract-i18n-keys" | ||
"test:watch": "while inotifywait -r -e create -e modify -e move -e delete --exclude dist .; do npm -s test; done", | ||
"test:node": "mocha -r ./test/chai.js -r ./register.js --growl test/i18n.spec.js", | ||
"test:node": "mocha -r ./test/chai.js -r ./register.mjs --growl test/i18n.spec.js", | ||
"test:browser": "node test/browser-test.js", | ||
@@ -34,3 +34,3 @@ "test:docker:build": "docker image build --network=host -f test/Dockerfile -t i18n-test:$npm_package_version .", | ||
"devDependencies": { | ||
"mocha": "^7.1.1", | ||
"mocha": "^9.0.2", | ||
"puppeteer": "^3.0.0" | ||
@@ -37,0 +37,0 @@ }, |
375893
10301