Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
update build script (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley authored Dec 9, 2016
1 parent 02fe991 commit af4aaf4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
example
lib
src
test
.vscode
Expand Down
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ script:
# Allow Travis tests to run in containers.
sudo: false

# When Travis CI publishes to NPM, the published files are available in the root
# directory, which allows for a clean include or require of sub-modules.
#
# var language = require('react-apollo/connect');
#
after_success:
- cd ./lib/src/ && cp -vr ./ ../../ && cd ../../ && ls

deploy:
provider: npm
email: [email protected]
Expand Down
4 changes: 1 addition & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ import { getDataFromTree, renderToStringWithData } from 'react-apollo'
```

- Feature: Better packaging [PR #306](https://github.com/apollostack/react-apollo/pull/306)

- Feature: Add networkStatus prop to connected components[Issue #322](https://github.com/apollostack/react-apollo/issues/322)

- Feature: Pass component display name as watchQuery metadata for experimental devtools [PR #363](https://github.com/apollostack/react-apollo/pull/363)

- Feature: Removed use of `createFragment` and bumped AC version [PR #357](https://github.com/apollostack/react-apollo/pull/357)
- Bug: fix issue with Redux's `connect` and SSR - [Issue #350](https://github.com/apollostack/react-apollo/issues/350)

### v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-apollo",
"version": "0.6.0",
"version": "0.7.0",
"description": "React data container for Apollo Client",
"main": "lib/index.js",
"browser": "lib/browser.js",
Expand Down

0 comments on commit af4aaf4

Please sign in to comment.