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

Commit 4a7ae3a

Browse files
committed
Merge branch 'release/v1.1.0'
2 parents ed92245 + 3d9ff2c commit 4a7ae3a

File tree

646 files changed

+412559
-20159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

646 files changed

+412559
-20159
lines changed

.babelrc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
2-
"presets": [
3-
[
4-
"env",
5-
{
6-
"modules": false
7-
}
8-
]
9-
],
2+
"presets": ["@babel/env"],
103
"env": {
114
"test": {
125
"plugins": [

.eslintrc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"env": {
33
"es6": true,
4-
"browser": true
4+
"browser": true,
5+
"node": true
56
},
67
"extends": "airbnb",
78
"parser": "babel-eslint",
@@ -14,11 +15,9 @@
1415
"import/extensions": "off",
1516
"indent": [
1617
"error",
17-
4,
18-
{
19-
"MemberExpression": 4
20-
}
18+
4
2119
],
20+
"import/no-named-default": "off",
2221
"space-before-function-paren": [
2322
"error",
2423
"always"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,7 @@ packages/*/.nsi.json
107107

108108
packages/*/node_modules/
109109
*/**/package-lock.json
110+
dist.zip
111+
sherlock.json
110112

111113
# End of https://www.gitignore.io/api/node,macos

dist/muze.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/muze.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/muze.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Axis%0AThis%20file%20exports%20all%20the%20public%20methods%20and%20classes%20in%20the%20axis%20module.module_.html

Lines changed: 141 additions & 0 deletions
Large diffs are not rendered by default.

docs/Axis%0AThis%20file%20exports%20constants%20that%20are%20used%20to%20reference%20axis%20orientations%0Ain%20a%20consistent%20manner.module_.html

Lines changed: 214 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)