Browse Source

ignore manifest/expected manifests files when linting

pull/6/head
brandonocasey 10 years ago
parent
commit
c2ce93db1c
  1. 3
      package.json

3
package.json

@ -71,7 +71,8 @@
"test/karma",
"scripts",
"utils",
"test/data"
"test/test-manifests.js",
"test/test-expected.js"
]
},
"files": [

Loading…
Cancel
Save