Prepare to release (#532)

- add node6-transform to .npmignore
- dump node version in sanity test
This commit is contained in:
Andrey Lushnikov 2017-08-24 17:35:53 -07:00 committed by GitHub
parent 60ace82875
commit 10b9dfea83
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ third_party/phantomjs/
phantom_shim
# exclude all tests
test
utils/node6-transform
# repeats from .gitignore
node_modules

View File

@ -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('..');