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

Commit

Permalink
Npm debug (#40)
Browse files Browse the repository at this point in the history
* correctly copy files
  • Loading branch information
James Baxley committed May 3, 2016
1 parent fff5b6c commit 6fa73ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ tsconfig.json
tslint.json
typings.json
ambient.d.ts
typings
coverage
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sudo: false
# var language = require('react-apollo/connect');
#
after_success:
- cp -R ./lib/src/ .
- cp -R ./lib/src/ ./

deploy:
provider: npm
Expand Down

0 comments on commit 6fa73ae

Please sign in to comment.