We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff640a6 commit a616dcaCopy full SHA for a616dca
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "build",
3
"main": "./lib/build",
4
- "version": "0.63.0",
+ "version": "0.64.0",
5
"description": "Build your current project, directly from Atom",
6
"repository": "https://github.com/noseglid/atom-build",
7
"license": "MIT",
@@ -27,7 +27,9 @@
27
"fs-extra": "^0.26.7",
28
"temp": "^0.8.1"
29
},
30
- "package-deps": [ "busy" ],
+ "package-deps": [
31
+ "busy"
32
+ ],
33
"consumedServices": {
34
"builder": {
35
"versions": {
0 commit comments