Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* arg

* revert original
  • Loading branch information
jquense authored and KyleAMathews committed Nov 2, 2017
1 parent 11032b2 commit 068d49f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build.environment]
NODE_VERSION = "8"
YARN_VERSION = "1.2.1"
YARN_FLAGS = "--pure-lockfile"
YARN_FLAGS = "--pure-lockfile --verbose"
5 changes: 0 additions & 5 deletions packages/gatsby-cli/gatsby

This file was deleted.

14 changes: 5 additions & 9 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"description":
"Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "1.1.17",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./gatsby"
"gatsby": "lib/index.js"
},
"files": [
"gatsby",
"lib"
],
"files": ["lib"],
"dependencies": {
"babel-code-frame": "^6.26.0",
"babel-runtime": "^6.26.0",
Expand All @@ -32,9 +30,7 @@
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
},
"keywords": [
"gatsby"
],
"keywords": ["gatsby"],
"license": "MIT",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/gatsby-cli/src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

// babel-preset-env doesn't find this import if you
// use require() with backtick strings so use the es6 syntax
import 'babel-polyfill'
Expand Down

0 comments on commit 068d49f

Please sign in to comment.