Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Dec 14, 2022
1 parent 18c28d1 commit 3e91005
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@daybrush/page": "^0.2.0",
"@daybrush/utils": "^1.7.0",
"scenejs": "~1.7.0",
"scenejs": "~1.7.1",
"shape-svg": "^0.3.1"
},
"devDependencies": {
Expand Down
7 changes: 6 additions & 1 deletion packages/scenejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scenejs",
"version": "1.7.0",
"version": "1.7.1",
"description": "JavaScript & CSS timeline-based animation library",
"main": "dist/scene.cjs.js",
"module": "dist/scene.esm.js",
Expand Down Expand Up @@ -38,6 +38,11 @@
"url": "https://github.com/daybrush/scenejs/issues"
},
"homepage": "https://daybrush.com/scenejs",
"files": [
"./*",
"dist/*",
"declaration/*"
],
"devDependencies": {
"@daybrush/builder": "^0.2.0",
"@types/chai": "^4.1.7",
Expand Down

0 comments on commit 3e91005

Please sign in to comment.