mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user