Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "d2l-intl", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "D2L internationalization APIs for number, date and time formatting and parsing.", | ||
"main": "lib/index.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"prebrowserify": "rimraf dist && mkdir dist && npm run transpile", | ||
"browserify": "browserify -g uglifyify -s d2lIntl ./lib/index.js > ./dist/Intl.js", | ||
"lint": "jshint src && jshint test", | ||
"prebrowserify": "rimraf dist && mkdir dist", | ||
"browserify": "browserify -g uglifyify -s d2lIntl ./src/index.js > ./dist/Intl.js", | ||
"lint": "eslint src && eslint test", | ||
"test:unit": "istanbul cover node_modules/mocha/bin/_mocha -- --recursive", | ||
@@ -14,4 +14,2 @@ "test": "npm run lint -s && npm run test:unit -s", | ||
"publish:cdn": "frau-publisher -m lib -t d2l-intl -f './dist/**' -k AKIAJUEYQT65A7MPJSUA --secretvar S3_SECRET --versionvar TRAVIS_TAG", | ||
"pretranspile": "rimraf lib", | ||
"transpile": "babel src --out-dir lib && cpy src/locale-data/*.json lib/locale-data", | ||
"report-coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" | ||
@@ -40,3 +38,2 @@ }, | ||
"devDependencies": { | ||
"babel": "^5.6.4", | ||
"browserify": "^11.0.1", | ||
@@ -46,5 +43,7 @@ "chai": "^3.0.0", | ||
"cpy": "^3.4.0", | ||
"gulp-frau-publisher": "^2.4.0", | ||
"istanbul-harmony": "^0.3.15", | ||
"jshint": "^2.8.0", | ||
"eslint": "^1.6.0", | ||
"eslint-config-brightspace": "0.0.2", | ||
"eslint-plugin-react": "^3.5.1", | ||
"frau-publisher": "^2.5.2", | ||
"istanbul": "^0.3.22", | ||
"mocha": "^2.2.5", | ||
@@ -51,0 +50,0 @@ "rimraf": "^2.3.4", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20563
12
5
17
1