Skip to content

Commit

Permalink
🔖 v3.0.26
Browse files Browse the repository at this point in the history
Coveralls
  • Loading branch information
Xotic750 committed Aug 6, 2019
1 parent 116b6ea commit 42f7808
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/parse-int-x.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/parse-int-x.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 43 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"security-fix": "npm run security -- fix",
"start": "nodemon --exec \"npm run build\" --watch src",
"test": "npm run clean:coverage && jest",
"test:ci": "npm run test -- --ci --maxWorkers=2",
"test:ci": "npm run test -- --ci --maxWorkers=2 --coverage --coverageReporters=text-lcov | coveralls",
"test:coverage": "npm run test -- --coverage"
},
"license": "MIT",
Expand All @@ -61,14 +61,15 @@
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@types/jest": "^24.0.16",
"@types/jest": "^24.0.17",
"@types/node": "^12.6.9",
"@xotic750/eslint-config-recommended": "^1.0.5",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"caniuse-lite": "^1.0.30000988",
"coveralls": "^3.0.5",
"cross-env": "^5.2.0",
"eslint": "=5.16.0",
"eslint-friendly-formatter": "^4.0.1",
Expand Down

0 comments on commit 42f7808

Please sign in to comment.