Skip to content

Commit 29b3a15

Browse files
committed
latest tools
1 parent 97c8fb1 commit 29b3a15

File tree

2 files changed

+786
-635
lines changed

2 files changed

+786
-635
lines changed

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@
88
"type": "git",
99
"url": "git+https://github.com/gridstack/gridstack.js.git"
1010
},
11-
"funding": [{
12-
"type" : "paypal",
13-
"url" : "https://www.paypal.me/alaind831"
14-
}, {
15-
"type" : "venmo",
16-
"url" : "https://www.venmo.com/adumesny"
17-
}],
11+
"funding": [
12+
{
13+
"type": "paypal",
14+
"url": "https://www.paypal.me/alaind831"
15+
},
16+
{
17+
"type": "venmo",
18+
"url": "https://www.venmo.com/adumesny"
19+
}
20+
],
1821
"scripts": {
1922
"build": "yarn --no-progress && rm -rf dist/* && grunt && webpack && tsc --stripInternal && yarn doc",
2023
"w": "rm -rf dist/* && grunt && webpack",
@@ -87,6 +90,6 @@
8790
"ts-loader": "^8.0.7",
8891
"typescript": "3.6.5",
8992
"webpack": "^5.3.2",
90-
"webpack-cli": "^4.2.0"
93+
"webpack-cli": "^4.6.0"
9194
}
9295
}

0 commit comments

Comments
 (0)