File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " Gatsby transformer plugin for yaml that is netlify compatible" ,
5
5
"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" : {},
11
7
"repository" : {
12
8
"type" : " git" ,
13
9
"url" : " git+https://github.com/computerlab.io/gatsby-transformer-yaml-netlify.git"
24
20
"url" : " https://github.com/computerlab.io/gatsby-transformer-yaml-netlify/issues"
25
21
},
26
22
"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
- },
31
23
"dependencies" : {
32
- "babel-runtime" : " ^6.26.0" ,
33
24
"js-yaml" : " ^3.10.0" ,
34
25
"lodash" : " ^4.17.4"
35
26
}
You can’t perform that action at this time.
0 commit comments