We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6530781 commit 5d2d182Copy full SHA for 5d2d182
package.json
@@ -1,12 +1,13 @@
1
{
2
"name": "labkar-algorithms",
3
- "version": "3.0.0",
+ "version": "3.1.0",
4
"description": "Labkar Algorithms",
5
"main": "dist/lib.js",
6
"scripts": {
7
"test": "jest",
8
"test:watch": "jest --watchAll",
9
- "build": "rimraf dist && rollup -c"
+ "build": "rimraf dist && rollup -c",
10
+ "prepare": "npm run build"
11
},
12
"files": [
13
"dist/*.js",
0 commit comments