Skip to content

Commit cffb9ee

Browse files
committed
fix: upgrade to zunder 5.5.1
1 parent 59e1e43 commit cffb9ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A tooltip component for React apps",
55
"main": "dist/tooltip.js",
66
"scripts": {
7-
"build-dev": "node ./scripts/build-dev.js",
7+
"build": "node ./scripts/build-dev.js",
88
"build-prod": "node ./scripts/build-prod.js",
99
"lint": "eslint --fix src/*.js src/*.jsx",
1010
"precommit": "npm run lint",
@@ -52,7 +52,7 @@
5252
"simple-commit-message": "3.3.1",
5353
"sinon": "^1.17.6",
5454
"sinon-chai": "^2.8.0",
55-
"zunder": "^4.1.1"
55+
"zunder": "5.5.1"
5656
},
5757
"peerDependencies": {
5858
"lodash": "^4.0.0",

0 commit comments

Comments
 (0)