Skip to content

Commit

Permalink
chore: package
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrin committed Oct 19, 2022
1 parent 90fa6ad commit fd69771
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onia",
"version": "0.1.4",
"version": "0.1.5",
"description": "small set of monadic parser combinators",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
Expand All @@ -26,11 +26,11 @@
"license": "MIT",
"keywords": [],
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.2",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}

0 comments on commit fd69771

Please sign in to comment.