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/ /benchmark/
/demo/ /demo/
/support/
/test/ /test/
/.* /.*
/Makefile /Makefile

11
bower.json

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

Loading…
Cancel
Save