Skip to content

Commit 10b9dfe

Browse files
authored
Prepare to release (puppeteer#532)
- add node6-transform to .npmignore - dump node version in sanity test
1 parent 60ace82 commit 10b9dfe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ third_party/phantomjs/
44
phantom_shim
55
# exclude all tests
66
test
7+
utils/node6-transform
78

89
# repeats from .gitignore
910
node_modules

test/sanity.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17+
console.log(process.version);
18+
1719
describe('Puppeteer Sanity', function() {
1820
it('should not be insane', function(done) {
1921
const puppeteer = require('..');

0 commit comments

Comments
 (0)