Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
prismosoft committed Nov 2, 2022
1 parent 0607f07 commit bf9b82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"text",
"reveal"
],
"homepage": "https://prismosoft.github.io/react-easy-animations/",
"homepage": "https://prismosoft.github.io/react-easy-animations-playground/",
"version": "0.3.1",
"author": "prismosoft",
"license": "ISC",
"main": "dist/index.js",
"scripts": {
"start": "npm run linkall && webpack --watch",
"build": "npm run linkall && webpack",
"build": "npm run unlinkall && webpack",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
Expand Down

0 comments on commit bf9b82c

Please sign in to comment.