Skip to content

Commit ec319d4

Browse files
author
Valerie R Young
committed
Merge branch 'master' into export-star-as-ns
2 parents 5999e11 + 8af0023 commit ec319d4

File tree

6 files changed

+1986
-2962
lines changed

6 files changed

+1986
-2962
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ node_modules/
22
out/
33
test*.js
44

5+
# Only apps should have lockfiles
6+
npm-shrinkwrap.json
7+
package-lock.json
8+
yarn.lock

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ env:
88
language: node_js
99

1010
node_js:
11-
- "8"
11+
- "10"
1212

1313
sudo: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "SEE LICENSE IN https://tc39.github.io/ecma262/#sec-copyright-and-software-license",
1818
"homepage": "https://tc39.github.io/ecma262/",
1919
"dependencies": {
20-
"ecmarkup": "^3.12.0"
20+
"ecmarkup": "^3.16.0"
2121
},
2222
"devDependencies": {
2323
"@alrra/travis-scripts": "^2.0.0"

0 commit comments

Comments
 (0)