Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Updated libraries. Reorganized code.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed May 9, 2018
1 parent 56b0c0f commit 3444883
Show file tree
Hide file tree
Showing 11 changed files with 2,218 additions and 5,575 deletions.
7 changes: 5 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"stage-3"
],
"plugins": [
"transform-class-properties",
"transform-es2015-modules-umd"
["transform-es2015-modules-umd", {
"globals": {
"nymph-client": "NymphClient"
}
}]
]
}
12 changes: 12 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": "semistandard",
"parser": "babel-eslint",

"plugins": [
"html"
],

"settings": {
"html/indent": "+2"
}
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
/node_modules/
/lib/
Loading

0 comments on commit 3444883

Please sign in to comment.