Skip to content

Commit

Permalink
Use babel parser for aslant for dynamic import.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Apr 30, 2018
1 parent dea2351 commit bddeff4
Show file tree
Hide file tree
Showing 5 changed files with 4,917 additions and 7,609 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": "eslint:recommended",
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
Expand Down
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ cache:
- node_modules
before_script:
- npm install -g bower gulp-cli@1
- bower install
- gulp lint-eslint
- >-
npm run update-types && git diff --exit-code || (echo -e
'\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
update-types".' && false)
# TODO(dfreedm): re-enable after making update-types work
#- >-
# npm run update-types && git diff --exit-code || (echo -e
# '\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
# update-types".' && false)
script:
- wct -l chrome -l firefox
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then travis_wait 30 ./util/travis-sauce-test.sh; fi
Expand Down
36 changes: 0 additions & 36 deletions bower.json

This file was deleted.

Loading

1 comment on commit bddeff4

@chee
Copy link

@chee chee commented on bddeff4 Oct 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey, bower.json seems to have been deleted in this commit and i can't see any other information about that decision. how did this come about?

Please sign in to comment.