Skip to content

Commit

Permalink
Merge pull request #170 from actocracy/fix/build
Browse files Browse the repository at this point in the history
add files to .npmignore ignore instead of package.json files. fixes broken build
  • Loading branch information
FredrikOseberg authored Dec 16, 2023
2 parents b9c7e79 + c4718e6 commit a6e82e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.gitignore
.github
.gitlab-ci.yml
.npmignore
.prettierrc
skybot.gif
tsconfig.json
webpack.config.js
yarn.lock
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"name": "Fredrik Strand Oseberg",
"email": "[email protected]"
},
"files": [
"build/*.css"
],
"devDependencies": {
"@types/react": "^17.0.21",
"css-loader": "^3.5.1",
Expand Down

0 comments on commit a6e82e7

Please sign in to comment.