Skip to content

Commit

Permalink
build: disalow lockfiles (#221)
Browse files Browse the repository at this point in the history
Lockfiles for apps, but not for packages.
sindresorhus/ama#479 (comment)
  • Loading branch information
luftywiranda13 committed Aug 5, 2017
1 parent d2645ef commit 7946bc3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9,025 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@ typings/

# dotenv environment variables file
.env

# these cause more harm than good
# when working with contributors
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
registry=https://registry.npmjs.org/
save-exact=true
package-lock=false
5 changes: 5 additions & 0 deletions app/templates/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@ typings/

# dotenv environment variables file
.env

# these cause more harm than good
# when working with contributors
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions app/templates/_npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
registry=https://registry.npmjs.org/
save-exact=true
package-lock=false
Loading

0 comments on commit 7946bc3

Please sign in to comment.