Skip to content

Commit 77db00d

Browse files
committed
no dist
1 parent 57f4aa2 commit 77db00d

File tree

3 files changed

+6
-173
lines changed

3 files changed

+6
-173
lines changed

dist/index.js

Lines changed: 0 additions & 169 deletions
This file was deleted.

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
module.exports = require('./dist');
1+
require('babel-core/register');
2+
require('babel-polyfill');
3+
4+
module.exports = require('./src');

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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
},
@@ -30,9 +29,7 @@
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",
@@ -46,6 +43,8 @@
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"

0 commit comments

Comments
 (0)