Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 20, 2019
1 parent 43b4762 commit 372df8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules
yarn.lock
/*.xcodeproj/*
/.build
/Packages
/*.xcodeproj
/aperture
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"aperture"
],
"dependencies": {
"electron-util": "^0.10.2",
"electron-util": "^0.11.0",
"execa": "^1.0.0",
"file-url": "^2.0.2",
"macos-version": "^5.0.0",
"tempy": "^0.2.1"
},
"devDependencies": {
"ava": "^1.0.1",
"ava": "^1.2.1",
"delay": "^4.1.0",
"file-type": "^10.7.0",
"file-type": "^10.8.0",
"read-chunk": "^3.0.0",
"xo": "^0.23.0"
"xo": "^0.24.0"
},
"xo": {
"space": true
Expand Down

0 comments on commit 372df8f

Please sign in to comment.