Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacbn committed Sep 10, 2024
1 parent 67296a4 commit 24d75a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inequality-grammar",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "dist/inequality-grammar.js",
"files": [
Expand All @@ -9,7 +9,8 @@
"scripts": {
"dev": "webpack --watch --mode development",
"build": "webpack --mode production",
"test": "jest"
"test": "jest",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 24d75a2

Please sign in to comment.