Fixes #283. Update Coffee-Formatter and add more CoffeeScript tests
This commit is contained in:
parent
4b5477e07b
commit
57e3ef4a48
|
@ -0,0 +1,2 @@
|
|||
value %%= 4000
|
||||
value != true
|
|
@ -0,0 +1,2 @@
|
|||
value %%= 4000
|
||||
value != true
|
|
@ -53,7 +53,7 @@
|
|||
"atom-message-panel": "^1.1.1",
|
||||
"atom-space-pen-views": "^2.0.3",
|
||||
"bluebird": "^2.9.25",
|
||||
"coffee-formatter": "^0.1.1",
|
||||
"coffee-formatter": "^0.1.2",
|
||||
"diff": "^1.3.2",
|
||||
"editorconfig": "^0.11.4",
|
||||
"emissary": "^1.0.0",
|
||||
|
|
Loading…
Reference in New Issue