Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 4c715f5

Browse files
committed
1.4.0
1 parent 2f2acec commit 4c715f5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chromeless",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.",
55
"homepage": "https://github.com/graphcool/chromeless",
66
"license": "MIT",
@@ -13,7 +13,9 @@
1313
},
1414
"main": "dist/src/index.js",
1515
"typings": "dist/src/index.d.ts",
16-
"files": ["dist"],
16+
"files": [
17+
"dist"
18+
],
1719
"engines": {
1820
"node": ">= 6.10.0"
1921
},

0 commit comments

Comments
 (0)