Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagaram committed Apr 20, 2023
1 parent 3e763ee commit f4cc451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jmagaram/rescript-extras",
"version": "0.21.0",
"version": "0.22.0",
"module": "",
"description": "Useful general-purpose utility functions and modules for ReScript projects.",
"keywords": [
Expand All @@ -9,7 +9,7 @@
"main": "index.js",
"scripts": {
"test": "node tests/TestSuite.bs.js",
"test:local": "NODE_ENV=development node tests/TestSuite.bs.js",
"test:local": "NODE_ENV=development node tests/TestSuite.bs.js",
"test:watch": "nodemon --exec \"NODE_ENV=development node\" tests/TestSuite.bs.js",
"res:build": "rescript build -with-deps",
"res:dev": "rescript build -with-deps -w",
Expand Down

0 comments on commit f4cc451

Please sign in to comment.