Skip to content

Commit

Permalink
- npm: Update devDeps.
Browse files Browse the repository at this point in the history
- npm: Bump to 6.0.1
  • Loading branch information
brettz9 committed Jul 7, 2021
1 parent 298d264 commit b638d9a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGES for jsonpath-plus

## 6.0.1 (2021-07-07)

- Fix: Some `package.json` paths needed updating (@matushorvath)
- npm: Update devDeps.

## 6.0.0 (2021-07-05)

### User-impacting
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
"version": "6.0.0",
"version": "6.0.1",
"type": "module",
"main": "dist/index-node-cjs.cjs",
"exports": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"core-js-bundle": "^3.15.2",
"coveradge": "^0.7.0",
"eslint": "^7.30.0",
"eslint-config-ash-nazg": "^30.0.1",
"eslint-config-ash-nazg": "^30.1.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-chai-expect": "^2.2.0",
Expand All @@ -82,7 +82,7 @@
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-sonarjs": "^0.8.0-125",
"eslint-plugin-sonarjs": "^0.9.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-unicorn": "^34.0.1",
"http-server": "^0.12.3",
Expand Down Expand Up @@ -144,7 +144,7 @@
"mocha": "mocha --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test",
"c8": "rm -Rf ./coverage && rm -Rf ./node_modules/.cache && c8 --all npm run mocha && npm run coverage-badge",
"rollup": "rollup -c",
"eslint": "eslint --ext js,md,html .",
"eslint": "eslint --ext js,cjs,md,html .",
"lint": "npm run eslint",
"test": "npm run eslint && npm run rollup && npm run c8 && npm run typescript",
"browser-test": "npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit b638d9a

Please sign in to comment.