Skip to content

Commit

Permalink
Merge branch 'master' into zero-decimal-six
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer authored Jan 4, 2017
2 parents e4a0e9f + 4326022 commit 4dbe4c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ As stated before, the list below is not exhaustive. **Apollo Client is a communi
- [ ] Simplify core and push view-layer integration logic to the edge
- [x] Remove stopped queries from the store without breaking storeReset (#902)
- [ ] Remove custom build step to move files around before publishing to npm
- [ ] Find low-hanging fruit to reduce bundle size (#684)


## Version 0.6
- [ ] Completely remove fragment logic (it's in graphql-tag now)
- [x] Completely remove fragment logic (it's in graphql-tag now)
- [ ] Refactoring of error handling
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pretest": "npm run compile",
"test": "npm run testonly --",
"posttest": "npm run lint",
"filesize": "npm run compile:browser && ./scripts/filesize.js --file=./dist/index.min.js --maxGzip=44",
"filesize": "npm run compile:browser && ./scripts/filesize.js --file=./dist/index.min.js --maxGzip=38",
"compile": "tsc",
"compile:browser": "rm -rf ./dist && mkdir ./dist && browserify ./lib/src/index.js -o=./dist/index.js && npm run minify:browser",
"minify:browser": "uglifyjs --compress --mangle --screw-ie8 -o=./dist/index.min.js -- ./dist/index.js",
Expand Down

0 comments on commit 4dbe4c2

Please sign in to comment.