Skip to content

Commit

Permalink
Prepare to release (puppeteer#532)
Browse files Browse the repository at this point in the history
- add node6-transform to .npmignore
- dump node version in sanity test
  • Loading branch information
aslushnikov authored Aug 25, 2017
1 parent 60ace82 commit 10b9dfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ third_party/phantomjs/
phantom_shim
# exclude all tests
test
utils/node6-transform

# repeats from .gitignore
node_modules
Expand Down
2 changes: 2 additions & 0 deletions test/sanity.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

console.log(process.version);

describe('Puppeteer Sanity', function() {
it('should not be insane', function(done) {
const puppeteer = require('..');
Expand Down

0 comments on commit 10b9dfe

Please sign in to comment.