Skip to content

Commit

Permalink
Changed npmignore to exclude the correct folders
Browse files Browse the repository at this point in the history
  • Loading branch information
saniales committed Sep 24, 2020
1 parent 4ab51c1 commit 9bd3338
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
5 changes: 3 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
testdata/*
*.test.ts
.github
testdata
*.ts
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gestalt-pattern-matcher",
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,8 +35,5 @@
"mocha": "^8.1.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"dependencies": {
"faker": "^5.1.0"
}
}
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,6 @@ esprima@^4.0.0:
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==

faker@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/faker/-/faker-5.1.0.tgz#e10fa1dec4502551aee0eb771617a7e7b94692e8"
integrity sha512-RrWKFSSA/aNLP0g3o2WW1Zez7/MnMr7xkiZmoCfAGZmdkDQZ6l2KtuXHN5XjdvpRjDl8+3vf+Rrtl06Z352+Mw==

fill-range@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
Expand Down

0 comments on commit 9bd3338

Please sign in to comment.