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 44 "description" : " OpenComponent Registry GraphQL Express middleware." ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "compile" : " babel src --out-dir dist" ,
87 "npm-check" : " npm-check" ,
98 "test" : " jest --coverage"
109 },
3029 "homepage" : " https://github.com/opencomponents/oc-registry-graphql-express-middleware#readme" ,
3130 "devDependencies" : {
3231 "babel-cli" : " ^6.24.1" ,
33- "babel-core" : " ^6.24.1" ,
3432 "babel-eslint" : " ^7.2.3" ,
35- "babel-polyfill" : " ^6.23.0" ,
3633 "babel-preset-latest" : " ^6.24.1" ,
3734 "babel-preset-stage-3" : " ^6.24.1" ,
3835 "eslint" : " ^3.19.0" ,
4643 "npm-check" : " ^5.4.0"
4744 },
4845 "dependencies" : {
46+ "babel-core" : " ^6.24.1" ,
47+ "babel-polyfill" : " ^6.23.0" ,
4948 "express-graphql" : " ^0.6.4" ,
5049 "graphql" : " ^0.9.6" ,
5150 "node-fetch" : " ^1.6.3"
You can’t perform that action at this time.
0 commit comments