Skip to content

Commit

Permalink
Update to modern standards (#37)
Browse files Browse the repository at this point in the history
* Update to modern standards

Update to use babel@7

Update to jest from jasmine/karma

Update dependencies to latest versions
  • Loading branch information
terodox authored Jul 11, 2019
1 parent 14598a6 commit 3516f8a
Show file tree
Hide file tree
Showing 7 changed files with 3,347 additions and 5,064 deletions.
7 changes: 3 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"presets": [
[
"env",
"@babel/preset-env",
{
"targets": {
"browsers": [
">0.25%",
"ie>=10",
"not op_mini all"
"> 0.25%",
"ie >= 10"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline:
commands:
- npm install
test:
image: meltwaterlegion/node-headless-chrome
image: node:10
commands:
- npm test
build:
Expand Down
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ scripts/
npm-debug.log*
.spec.js

.babelrc
.drone.yml
CONTRIBUTING.md
PULL_REQUEST_TEMPLATE.md
webpack*
karma.config.js
jasmine.json
.nvmrc
.babelrc
.eslint*
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* [ ] Change is tested locally
* [ ] Demo is updated to exercise change (if applicable)
* [ ] [WIP] flag is removed from the title
* [ ] [WIP] flag is removed from the title
6 changes: 0 additions & 6 deletions jasmine.json

This file was deleted.

Loading

0 comments on commit 3516f8a

Please sign in to comment.