File tree Expand file tree Collapse file tree 3 files changed +6
-173
lines changed Expand file tree Collapse file tree 3 files changed +6
-173
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- module . exports = require ( './dist' ) ;
1
+ require ( 'babel-core/register' ) ;
2
+ require ( 'babel-polyfill' ) ;
3
+
4
+ module . exports = require ( './src' ) ;
Original file line number Diff line number Diff line change 4
4
"description" : " OpenComponent Registry GraphQL Express middleware." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "compile" : " babel src --out-dir dist" ,
8
7
"npm-check" : " npm-check" ,
9
8
"test" : " jest --coverage"
10
9
},
30
29
"homepage" : " https://github.com/opencomponents/oc-registry-graphql-express-middleware#readme" ,
31
30
"devDependencies" : {
32
31
"babel-cli" : " ^6.24.1" ,
33
- "babel-core" : " ^6.24.1" ,
34
32
"babel-eslint" : " ^7.2.3" ,
35
- "babel-polyfill" : " ^6.23.0" ,
36
33
"babel-preset-latest" : " ^6.24.1" ,
37
34
"babel-preset-stage-3" : " ^6.24.1" ,
38
35
"eslint" : " ^3.19.0" ,
46
43
"npm-check" : " ^5.4.0"
47
44
},
48
45
"dependencies" : {
46
+ "babel-core" : " ^6.24.1" ,
47
+ "babel-polyfill" : " ^6.23.0" ,
49
48
"express-graphql" : " ^0.6.4" ,
50
49
"graphql" : " ^0.9.6" ,
51
50
"node-fetch" : " ^1.6.3"
You can’t perform that action at this time.
0 commit comments