[Pkg-javascript-commits] [less.js] 199/285: ignore other things in bower that are not needed
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.0.0
in repository less.js.
commit feea4f676fa498f76427d6b3ce0248a0acd6cd19
Author: Luke Page <luke.a.page at gmail.com>
Date: Sun Oct 19 21:10:47 2014 +0100
ignore other things in bower that are not needed
---
bower.json | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/bower.json b/bower.json
index 6ad5b5d..395a031 100644
--- a/bower.json
+++ b/bower.json
@@ -1,18 +1,24 @@
{
"name": "less",
- "version": "2.0.0",
+ "version": "2.0.0-b1",
"main": "./dist/less.js",
"ignore": [
"**/.*",
"benchmark",
"bin",
"build",
+ "gradle",
"lib",
"test",
"*.md",
"LICENSE",
"Gruntfile.js",
- "package.json",
- "bower.json"
+ "*.json",
+ "*.yml",
+ "gradlew",
+ "gradlew.bat",
+ ".gitattributes",
+ ".jshintrc",
+ ".npmignore"
]
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list