Skip to content

Commit

Permalink
Fix gitignore and package
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hyders committed Jul 15, 2021
1 parent 03d128a commit 0e994ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
25 changes: 2 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,26 +89,5 @@ typings/

# Other stuff
yarn.lock
package-lock.json# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
build/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dannington-services-website",
"version": "0.1.0",
"name": "dannington-react-boilerplate",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
Expand Down

0 comments on commit 0e994ba

Please sign in to comment.