Skip to content

Commit

Permalink
release: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Nov 27, 2022
1 parent 2822012 commit 26e5ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webgl-fluid",
"pascalCasedName": "WebGLFluid",
"version": "0.3.0",
"version": "0.3.1",
"private": false,
"description": "ES Module support for https://github.com/PavelDoGreat/WebGL-Fluid-Simulation.",
"license": "MIT",
Expand Down Expand Up @@ -40,11 +40,11 @@
"vitepress": "latest"
},
"lint-staged": {
"!(demo/**/*)*.{js,ts,tsx,vue,md}": [
"{src,__tests__}/**.*": [
"eslint --fix"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit 26e5ba6

Please sign in to comment.