Browse Source

structure -- ignore non source files.

pull/13/head
Nathan Smith 11 years ago
parent
commit
326742fefc
1 changed files with 5 additions and 0 deletions
  1. 5
      component.json

5
component.json

@ -121,6 +121,11 @@
"./src/modules/state.js", "./src/modules/state.js",
"./src/modules/validate-form.js" "./src/modules/validate-form.js"
], ],
"ignore": [
"./node",
"./source",
"./docs"
],
"dependencies": { "dependencies": {
"jquery" : ">=1.8" "jquery" : ">=1.8"
} }

Loading…
Cancel
Save