Skip to content

Commit 5db188f

Browse files
reverts changes to package.json
1 parent 185cad3 commit 5db188f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "frappe-gantt-fix-for-grouping",
2+
"name": "frappe-gantt",
33
"version": "1.0.3",
44
"description": "A simple, modern, interactive gantt library for the web",
55
"main": "src/index.js",
@@ -10,12 +10,11 @@
1010
"build": "vite build",
1111
"lint": "eslint src/**/*.js",
1212
"prettier": "prettier --write \"{src/*,tests/*,rollup.config}.js\"",
13-
"prettier-check": "prettier --check \"{src/*,tests/*,rollup.config}.js\"",
14-
"prepublishOnly": "yarn run build"
13+
"prettier-check": "prettier --check \"{src/*,tests/*,rollup.config}.js\""
1514
},
1615
"repository": {
1716
"type": "git",
18-
"url": "git+https://github.com/iaminamcom/gantt-fix"
17+
"url": "git+https://github.com/frappe/gantt.git"
1918
},
2019
"files": [
2120
"src",

0 commit comments

Comments
 (0)