File tree Expand file tree Collapse file tree 5 files changed +1018
-23
lines changed Expand file tree Collapse file tree 5 files changed +1018
-23
lines changed Original file line number Diff line number Diff line change 11/node_modules /
2+ /distribution /
23
34# IntelliJ
45/.idea /
Original file line number Diff line number Diff line change 1+ /node_modules /
2+ /yarn.lock
3+
4+ # IntelliJ
5+ /.idea /
6+ # Emacs
7+ * ~
Original file line number Diff line number Diff line change 1+ ### 1.1.0 - 2019-08-28
2+
3+ Transpiling code to ES5 for easy use in browsers
4+
15## 1.0.0 - 2019-08-22
26
37First public version.
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-defragmentizer" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " Library for building GraphQL queries from fragments. Goes nicely with React." ,
5- "main" : " index.js" ,
5+ "main" : " ./distribution/ index.js" ,
66 "scripts" : {
7- "test" : " jest test.js"
7+ "test" : " jest test.js" ,
8+ "build" : " babel index.js --presets babel-preset-env --out-dir distribution" ,
9+ "prepublish" : " npm run build"
810 },
911 "keywords" : [
1012 " graphql" ,
2123 "graphql" : " ^14.4.2"
2224 },
2325 "devDependencies" : {
26+ "babel-cli" : " ^6.26.0" ,
27+ "babel-preset-env" : " ^1.7.0" ,
2428 "jest" : " ^24.9.0"
2529 }
2630}
You can’t perform that action at this time.
0 commit comments