Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed May 17, 2024
1 parent e29be9e commit 2224a83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strfy-js",
"version": "2.3.0",
"version": "3.0.0",
"description": "kinda like JSON.stringify, but for generating JSON that is meant for JS objects",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/pyramation/strfy-js#readme",
Expand Down Expand Up @@ -58,20 +58,20 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"eslint": "8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint": "8.38.0",
"esprima": "4.0.1",
"jest-in-case": "1.0.2",
"jest": "^29.5.0",
"jest-in-case": "1.0.2",
"nested-obj": "^0.0.1",
"prettier": "^2.8.7",
"rimraf": "5.0.0",
"nested-obj": "^0.0.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.2",
"typescript": "^5.0.4"
},
"dependencies": {
"minimatch": "^9.0.4"
}
}
}

0 comments on commit 2224a83

Please sign in to comment.