Add missing LICENSE headers to the source files

This patch:
- adds missing LICENSE headers to the source files
- set's puppeteer version to 0.1.0
- set's repository field in package.json
This commit is contained in:
Andrey Lushnikov
2017-07-28 01:09:26 -07:00
parent d26e2399f2
commit 91785d97f3
9 changed files with 114 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "puppeteer",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"main": "index.js",
"repository": "github:GoogleChrome/puppeteer",
"engines": {
"node": ">=7.10.0"
},