File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"env" : {
3
3
"development" : {
4
+ "passPerPreset" : true ,
4
5
"presets" : [
5
- [" es2015" , {"modules" : " commonjs" }]
6
+ { "plugins" : [ " transform-runtime" ] },
7
+ {
8
+ "passPerPreset" : false ,
9
+ "presets" : [" es2015" ]
10
+ }
6
11
],
7
12
"plugins" : [
8
13
" syntax-async-functions" ,
Original file line number Diff line number Diff line change 1
1
## master
2
2
3
+ ## 1.0.7 (August 15, 2016)
4
+ - fix: babel build via the workaround https://phabricator.babeljs.io/T2877#78089 Huh, it's to tricky to use Map/Set in ES5.
5
+
3
6
## 1.0.6 (August 13, 2016)
4
7
- fix: babel build process
5
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-compose-connection" ,
3
- "version" : " 1.0.6 " ,
3
+ "version" : " 1.0.7 " ,
4
4
"description" : " Plugin for `graphql-compose` which provide a connection resolver for types." ,
5
5
"files" : [
6
6
" es" ,
34
34
"babel-plugin-transform-flow-strip-types" : " 6.8.0" ,
35
35
"babel-plugin-transform-object-rest-spread" : " 6.8.0" ,
36
36
"babel-plugin-transform-regenerator" : " 6.11.4" ,
37
+ "babel-plugin-transform-runtime" : " 6.12.0" ,
37
38
"babel-preset-es2015" : " 6.13.2" ,
38
39
"chai" : " 3.5.0" ,
39
40
"chai-as-promised" : " 5.3.0" ,
59
60
"test" : " babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js" ,
60
61
"watch" : " babel-node ./resources/watch.js" ,
61
62
"link" : " npm link graphql && npm link graphql-compose && npm link"
63
+ },
64
+ "dependencies" : {
65
+ "babel-runtime" : " 6.11.6"
62
66
}
63
67
}
You can’t perform that action at this time.
0 commit comments