Skip to content

Commit

Permalink
fix npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrchk committed Oct 9, 2021
1 parent 2fe6697 commit 2e80d37
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
@@ -1,6 +1,6 @@
{
"name": "blobity",
"version": "0.1.2",
"version": "0.1.3",
"description": "Fun blob cursor for any website",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"build:dist": "webpack-cli",
"build:site": "npm run build --prefix site",
"build": "npm run build:cleanup && npm run build:lib && npm run build:site && npm run build:dist",
"postinstall": "npm install --prefix site",
"site:install": "npm install --prefix site",
"prepare": "npm run build:lib",
"watch:site": "npm run develop --prefix site",
"watch:lib": "tsc --watch",
Expand Down

0 comments on commit 2e80d37

Please sign in to comment.