Skip to content

Commit

Permalink
- update fix mapping metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Luong Thanh Tung committed Jul 25, 2019
1 parent 450d9b5 commit 5965e53
Show file tree
Hide file tree
Showing 8 changed files with 15,122 additions and 14,430 deletions.
19 changes: 19 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"presets": [
[
"env",
{
"targets": {
"node": "6.9.0",
"browsers": ["chrome >= 54", "firefox ESR", "edge >= 12", "safari >= 10", "ie >= 11"]
},
"loose": true,
"modules": false,
"useBuiltIns": true,
"debug": false
}
]
],
"plugins": [],
"ignore": ["external/**/*"]
}
2 changes: 2 additions & 0 deletions .csslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--exclude-exts=.min.css
--ignore=adjoining-classes,box-model,ids,order-alphabetical,unqualified-attributes
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Directories
node_modules/
coverage/
documentation/

## Files
npm-debug.log
.idea
.DS_Store

3 changes: 3 additions & 0 deletions .npmrc.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
always-auth=true
tag-version-prefix=""
//registry.npmjs.org/:_authToken=${NPM_API_TOKEN}
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v10.7.0
29,513 changes: 15,085 additions & 14,428 deletions build/ami.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ami.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ami.js",
"version": "0.32.1",
"version": "0.32.2",
"main": "build/ami.js",
"keywords": [
"ami",
Expand Down

0 comments on commit 5965e53

Please sign in to comment.