Skip to content

Commit dc6e0be

Browse files
committed
chore: rm babel for now
1 parent ca21204 commit dc6e0be

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
"version": "1.0.0",
44
"description": "Gatsby transformer plugin for yaml that is netlify compatible",
55
"main": "index.js",
6-
"scripts": {
7-
"build": "babel src --out-dir . --ignore __tests__",
8-
"watch": "babel -w src --out-dir . --ignore __tests__",
9-
"prepublish": "cross-env NODE_ENV=production npm run build"
10-
},
6+
"scripts": {},
117
"repository": {
128
"type": "git",
139
"url": "git+https://github.com/computerlab.io/gatsby-transformer-yaml-netlify.git"
@@ -24,12 +20,7 @@
2420
"url": "https://github.com/computerlab.io/gatsby-transformer-yaml-netlify/issues"
2521
},
2622
"homepage": "https://github.com/computerlab.io/gatsby-transformer-yaml-netlify#readme",
27-
"devDependencies": {
28-
"babel-cli": "^6.26.0",
29-
"cross-env": "^5.0.5"
30-
},
3123
"dependencies": {
32-
"babel-runtime": "^6.26.0",
3324
"js-yaml": "^3.10.0",
3425
"lodash": "^4.17.4"
3526
}

0 commit comments

Comments
 (0)