Skip to content

Commit

Permalink
Merge branch 'master' into export-star-as-ns
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerie R Young committed Oct 5, 2018
2 parents 5999e11 + 8af0023 commit ec319d4
Show file tree
Hide file tree
Showing 6 changed files with 1,986 additions and 2,962 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ node_modules/
out/
test*.js

# Only apps should have lockfiles
npm-shrinkwrap.json
package-lock.json
yarn.lock
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ env:
language: node_js

node_js:
- "8"
- "10"

sudo: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "SEE LICENSE IN https://tc39.github.io/ecma262/#sec-copyright-and-software-license",
"homepage": "https://tc39.github.io/ecma262/",
"dependencies": {
"ecmarkup": "^3.12.0"
"ecmarkup": "^3.16.0"
},
"devDependencies": {
"@alrra/travis-scripts": "^2.0.0"
Expand Down
Loading

0 comments on commit ec319d4

Please sign in to comment.