-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) This reverts commit 2a6d803.
- Loading branch information
1 parent
3cb4c75
commit dee98d5
Showing
32 changed files
with
655 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
/lib | ||
/*.js | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,22 +4,17 @@ | |
"version": "1.1.2", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "lib/index.js" | ||
"gatsby": "./index.js" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.25.0", | ||
"bluebird": "^3.5.0", | ||
"common-tags": "^1.4.0", | ||
"convert-hrtime": "^2.0.0", | ||
"commander": "^2.11.0", | ||
"core-js": "^2.5.0", | ||
"execa": "^0.8.0", | ||
"fs-extra": "^4.0.1", | ||
"hosted-git-info": "^2.5.0", | ||
"lodash": "^4.17.4", | ||
"pretty-error": "^2.1.1", | ||
"resolve-cwd": "^2.0.0", | ||
"yargs": "^8.0.2", | ||
"yurnalist": "^0.2.1" | ||
"tracer": "^0.8.9" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1" | ||
|
@@ -28,9 +23,9 @@ | |
"gatsby" | ||
], | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir lib --ignore __tests__", | ||
"watch": "babel -w src --out-dir lib --ignore __tests__" | ||
"build": "babel src --out-dir . --ignore __tests__", | ||
"watch": "babel -w src --out-dir . --ignore __tests__" | ||
} | ||
} |
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.