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

Commit

Permalink
Merge branch 'release/v1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rousan committed Feb 1, 2019
2 parents ed92245 + 3d9ff2c commit 4a7ae3a
Show file tree
Hide file tree
Showing 646 changed files with 412,559 additions and 20,159 deletions.
9 changes: 1 addition & 8 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"presets": [
[
"env",
{
"modules": false
}
]
],
"presets": ["@babel/env"],
"env": {
"test": {
"plugins": [
Expand Down
9 changes: 4 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"env": {
"es6": true,
"browser": true
"browser": true,
"node": true
},
"extends": "airbnb",
"parser": "babel-eslint",
Expand All @@ -14,11 +15,9 @@
"import/extensions": "off",
"indent": [
"error",
4,
{
"MemberExpression": 4
}
4
],
"import/no-named-default": "off",
"space-before-function-paren": [
"error",
"always"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,7 @@ packages/*/.nsi.json

packages/*/node_modules/
*/**/package-lock.json
dist.zip
sherlock.json

# End of https://www.gitignore.io/api/node,macos
2 changes: 1 addition & 1 deletion dist/muze.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/muze.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/muze.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 4a7ae3a

Please sign in to comment.