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 0ce12b6 commit 2fe6697
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ webpack.config.js
docs
tsconfig.json
.gitignore
site/
dist/
site/*
dist/*
.nvmrc
.prettierrc
.github
8 changes: 1 addition & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "blobity",
"version": "0.1.1",
"version": "0.1.2",
"description": "Fun blob cursor for any website",
"main": "/lib/index.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build:cleanup": "rm -rf lib && rm -rf dist && rm -rf site/public/blobity.js",
Expand Down Expand Up @@ -39,7 +39,6 @@
"react": "^17.0.2",
"terser-webpack-plugin": "^5.1.4",
"ts-loader": "^9.2.3",
"tsc": "^2.0.3",
"tslib": "^2.3.0",
"typescript": "^4.3.5",
"webpack": "^5.44.0",
Expand Down

0 comments on commit 2fe6697

Please sign in to comment.