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

Commit 5587bb8

Browse files
committed
build(travis): try without acorn pkg
1 parent 3601648 commit 5587bb8

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

package.docker.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"@zeit/next-css": "^1.0.1",
1717
"@zeit/next-source-maps": "0.0.4-canary.1",
1818
"accepts": "^1.3.4",
19-
"acorn": "^6.1.1",
2019
"antd": "3.8.4",
2120
"apollo-cache-inmemory": "1.6.2",
2221
"apollo-client": "2.6.3",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@zeit/next-css": "^1.0.1",
4848
"@zeit/next-source-maps": "0.0.4-canary.1",
4949
"accepts": "^1.3.4",
50-
"acorn": "^6.1.1",
5150
"antd": "3.8.4",
5251
"apollo-cache-inmemory": "1.6.2",
5352
"apollo-client": "2.6.3",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ acorn@^5.5.3:
15441544
version "5.7.3"
15451545
resolved "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
15461546

1547-
acorn@^6.0.1, acorn@^6.0.5, acorn@^6.0.7, acorn@^6.1.1:
1547+
acorn@^6.0.1, acorn@^6.0.5, acorn@^6.0.7:
15481548
version "6.1.1"
15491549
resolved "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
15501550

0 commit comments

Comments
 (0)