Skip to content

Commit a616dca

Browse files
committed
Prepare 0.64.0 release
1 parent ff640a6 commit a616dca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "build",
33
"main": "./lib/build",
4-
"version": "0.63.0",
4+
"version": "0.64.0",
55
"description": "Build your current project, directly from Atom",
66
"repository": "https://github.com/noseglid/atom-build",
77
"license": "MIT",
@@ -27,7 +27,9 @@
2727
"fs-extra": "^0.26.7",
2828
"temp": "^0.8.1"
2929
},
30-
"package-deps": [ "busy" ],
30+
"package-deps": [
31+
"busy"
32+
],
3133
"consumedServices": {
3234
"builder": {
3335
"versions": {

0 commit comments

Comments
 (0)