Skip to content

Commit

Permalink
feat: v3 rewrite with Polymer 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncLiz committed Aug 1, 2018
1 parent 87e1b80 commit a43bdb0
Show file tree
Hide file tree
Showing 75 changed files with 5,899 additions and 9,962 deletions.
38 changes: 1 addition & 37 deletions .gitignore
@@ -1,38 +1,2 @@
# compiled output
/dist
/test/build
/out-tsc
/coverage

# dependencies
/node_modules
/bower_components

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
/.sass-cache
/connect.lock
/reports/*
/libpeerconnection.log
npm-debug.log
testem.log
/typings

#System Files
.DS_Store
Thumbs.db
/dist
3 changes: 3 additions & 0 deletions .prettierrc.json
@@ -0,0 +1,3 @@
{
"singleQuote": true
}
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -9,8 +9,3 @@ addons:
username: codebakery-origami
jwt:
secure: "PSfq6OSTpbI/2smymoU1sTx8fEW4FFBK8aqqK/qLMRyhhnt+jtM31DEZctDYyvrJdELNmIEle/OdnO4r2Mt7UgLu5je12vvJ5cLjpl/eRCBb5/zww7ZNeNGvJ687X/nY/sIGgi+aqW7evqkASaB6l1o/jDVKFzapZE5kuZo2AA/1OHq/euKkOhO3ZTmW09/APce9LUStwGa2b7pEodr5aZCC29aBSdYVdosQ7TIFwE0V5u5WB3cZO7RKkjlKAx2+lQ+WP8hDqUWzHGb5y3l6km6JP1MHh5QwjIR54MC+cKvwDFGVW7A1PZzABom+b/V2J7qbpUxBzxYIFDN+Tj+3Ya1GR/oKrrVfit9BWpfXb0zNEFbxCFgn4b4rIQVK+a4DActmJUwDUNcJ5OlNPcc+7ctyXlRL2hvPvGg9I6PAi04ft1TJqd68jkO8fj0/OcTWC0ExTg0MhbOXcSsvSmK42LRC26Sd/gEPWAvdhVR/BdAdOV6WqbE9dITT+istqITAPwcaol6/GIPlIookPrAfBkyosrahPb0V1bzvU4chD/rclGb4VGkaQwRitIJEhSl6WYm7aAbaqnZZKitAfxTbo03T61/7QaGeXrj4nv3zYi2XL1vB7Os4a+9lGfxoIt7aV8HG3APwxcp6QtqtgwXh2keOtgEq3QgzeZ+tsptvfvI="
script:
- npm run bower
- npm run test:ci
- npm run test:ci:es5
- npm run test:ci:ie11
230 changes: 87 additions & 143 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Andrew Mitchell
Copyright (c) 2017-2018 Andrew Mitchell, Elizabeth Mitchell

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit a43bdb0

Please sign in to comment.