Browse Source

npm/bower ignore masks update

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
6e8009efce
  1. 1
      .npmignore
  2. 11
      bower.json

1
.npmignore

@ -1,5 +1,6 @@
/benchmark/
/demo/
/support/
/test/
/.*
/Makefile

11
bower.json

@ -12,13 +12,14 @@
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"benchmark",
"bower_components",
"demo",
"lib",
"node_modules",
"support",
"test",
"Makefile",
"index*",
"lib",
"benchmark",
"demo"
"index*"
]
}

Loading…
Cancel
Save