Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions packages/gatsby-plugin-facebook-analytics/.babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"presets": [
["../../.babelrc.js", { "browser": true }]
]
"presets": [["../../.babel-preset.js", { "browser": true }]]
}

17 changes: 7 additions & 10 deletions packages/gatsby-plugin-facebook-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,16 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"babel-runtime": "6.26.0"
"@babel/runtime": "^7.0.0-beta.42"
},
"devDependencies": {
"babel-cli": "6.26.0",
"cross-env": "5.1.3"
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics#readme",
"keywords": [
"facebook analytics",
"facebook sdk",
"gatsby",
"gatsby-plugin"
],
"homepage":
"https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics#readme",
"keywords": ["facebook analytics", "facebook sdk", "gatsby", "gatsby-plugin"],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
Expand Down
4 changes: 1 addition & 3 deletions packages/gatsby-plugin-fullstory/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"presets": [
["../../.babelrc.js", { "browser": true }]
]
"presets": [["../../.babel-preset.js", { "browser": true }]]
}
15 changes: 7 additions & 8 deletions packages/gatsby-plugin-fullstory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,24 @@
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby",
"gatsby-plugin"
],
"keywords": ["gatsby", "gatsby-plugin"],
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-fullstory#readme",
"homepage":
"https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-fullstory#readme",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git"
},
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.26.0"
"@babel/runtime": "^7.0.0-beta.42"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"cross-env": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/gatsby-remark-embed-snippet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"gatsby-remark-prismjs": "^2.0.1",
"gatsby-remark-prismjs": "^1.2.16-3",
"normalize-path": "^2.1.1",
"parse-numeric-range": "^0.0.2",
"unist-util-map": "^1.0.3"
Expand Down
15 changes: 7 additions & 8 deletions packages/gatsby-source-npm-package-search/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"name": "gatsby-source-npm-package-search",
"description": "Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index",
"description":
"Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index",
"version": "1.0.8",
"author": "[email protected]",
"dependencies": {
"algoliasearch": "^3.25.1",
"babel-runtime": "^6.26.0"
"@babel/runtime": "^7.0.0-beta.42"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"keywords": [
"gatsby",
"gatsby-plugin"
],
"keywords": ["gatsby", "gatsby-plugin"],
"license": "MIT",
"main": "index.js",
"scripts": {
Expand Down