Skip to content

Commit

Permalink
Merge pull request #33 from JTosAddon/v3.1
Browse files Browse the repository at this point in the history
V3.1
  • Loading branch information
weizlogy committed Dec 30, 2018
2 parents 31eec33 + c089160 commit c2a5a0e
Show file tree
Hide file tree
Showing 673 changed files with 3,065 additions and 234,447 deletions.
36 changes: 36 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,36 @@
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"extends": [
"eslint:recommended"
],
"parserOptions": {
"ecmaVersion": 2016,
"sourceType": "module"
},
"rules": {
"indent": [
"warn",
"tab"
],
"linebreak-style": [
"warn",
"windows"
],
"quotes": [
"warn",
"single"
],
"semi": [
"warn",
"always"
]
},
"globals": {
"angular": true
}
}
3 changes: 3 additions & 0 deletions .gitignore
@@ -1 +1,4 @@
node_modules
dist

.tern-project
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -62,6 +62,7 @@ Then, in your own repo where your addon lives, create an `addons.json` that desc
```json
[
{
"tosversion" : "20171227",
"name" : "Experience Viewer",
"file" : "experienceviewer",
"extension" : "ipf",
Expand All @@ -75,6 +76,7 @@ Then, in your own repo where your addon lives, create an `addons.json` that desc
]
},
{
"tosversion" : "20171227",
"name" : "Map Fog Viewer",
"file" : "mapfogviewer",
"extension" : "ipf",
Expand All @@ -92,6 +94,8 @@ Then, in your own repo where your addon lives, create an `addons.json` that desc
]
```

`tosversion`: Date when you release your addon. Format: yearmonthday. Must be the same as the one in [broken-addons.json](https://github.com/MizukiBelhi/Addons/blob/master/broken-addons.json) or newer. Can be left out when you don't want date check to occur.

`name`: The name of your addon. This can be anything you want.

`releaseTag`: The tag name of your release.
Expand Down
32 changes: 0 additions & 32 deletions bower.json

This file was deleted.

19 changes: 0 additions & 19 deletions bower_components/angular-animate/.bower.json

This file was deleted.

68 changes: 0 additions & 68 deletions bower_components/angular-animate/README.md

This file was deleted.

0 comments on commit c2a5a0e

Please sign in to comment.