Skip to content

Commit

Permalink
Update dependencies and fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeboer committed Feb 5, 2020
1 parent 52e735d commit d87824c
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 99 deletions.
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Simply type atom and press space to list all projects. Optionally type a search
<string>terminalApp</string>
</array>
<key>version</key>
<string>3.0.2</string>
<string>3.0.4</string>
<key>webaddress</key>
<string>https://github.com/Cloudstek/alfred-atom</string>
</dict>
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfred-atom",
"version": "3.0.3",
"version": "3.0.4",
"repository": "Cloudstek/alfred-atom",
"author": "Maarten de Boer <maarten@cloudstek.nl> (https://cloudstek.nl)",
"license": "BSD-2-Clause",
Expand All @@ -23,24 +23,24 @@
],
"dependencies": {
"@primer/octicons": "^9.3.1",
"alfred-hugo": "^2.0.3",
"alfred-hugo": "^2.0.5",
"change-case": "^4.1.1",
"color": "^3.1.2",
"cson-parser": "^4.0.3",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"moment": "^2.24.0",
"sharp": "^0.23.3",
"sharp": "^0.24.0",
"untildify": "^4.0.0"
},
"devDependencies": {
"@types/color": "^3.0.0",
"@types/fs-extra": "^8.0.1",
"@types/glob": "^7.1.1",
"@types/node": "^13.1.2",
"@types/sharp": "^0.23.0",
"@types/sharp": "^0.24.0",
"del-cli": "^3.0.0",
"tslint": "^5.20.1",
"tslint": "^6.0.0",
"typescript": "^3.7.2"
},
"engines": {
Expand Down
Loading

0 comments on commit d87824c

Please sign in to comment.