Skip to content

Commit

Permalink
Merge branch 'master' into svg#759-upper-case-hex-to-shortname
Browse files Browse the repository at this point in the history
  • Loading branch information
GreLI authored Sep 14, 2017
2 parents 898f0a2 + 8c3f756 commit dd0317c
Show file tree
Hide file tree
Showing 13 changed files with 453 additions and 224 deletions.
4 changes: 3 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"globals": {
"phantom": false,
"after": false,
"describe": false,
"before": false,
"it": false
"it": false,
"beforeEach": false
},
"node": true,
"strict": "global",
Expand Down
2 changes: 1 addition & 1 deletion docs/how-it-works/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ There is nothing easier than testing your plugin:
@@@
attributes if yout plugin needs them
attributes if your plugin needs them
```

2. run `npm test`
Expand Down
Loading

0 comments on commit dd0317c

Please sign in to comment.