@brightspace-ui/intl
Advanced tools
Comparing version 3.16.1 to 3.16.2
{ | ||
"name": "@brightspace-ui/intl", | ||
"version": "3.16.1", | ||
"version": "3.16.2", | ||
"description": "Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.", | ||
@@ -10,4 +10,4 @@ "main": "lib/number.js", | ||
"start": "web-dev-server --node-resolve --watch --open /demo/", | ||
"test:unit": "concurrently -p name -n serve,test -s first -k \"http-server -p 8080 . -s\" \"mocha-headless-chrome -f http://localhost:8080/test/index.html -a no-sandbox -a disable-setuid-sandbox\"", | ||
"test": "npm run lint -s && npm run test:unit -s" | ||
"test:unit": "d2l-test-runner", | ||
"test": "npm run lint && npm run test:unit" | ||
}, | ||
@@ -41,13 +41,6 @@ "files": [ | ||
"devDependencies": { | ||
"@babel/core": "^7", | ||
"@babel/eslint-parser": "^7", | ||
"@web/dev-server": "^0.4", | ||
"chai": "^5", | ||
"concurrently": "^8", | ||
"@brightspace-ui/testing": "^1", | ||
"eslint": "^8", | ||
"eslint-config-brightspace": "^1.0", | ||
"http-server": "^14.0", | ||
"mocha": "^10", | ||
"mocha-headless-chrome": "^4" | ||
"eslint-config-brightspace": "^1" | ||
} | ||
} |
3
75187