make a few changes to package.json (add make test to makefile)
Showing
| ... | @@ -5,12 +5,14 @@ | ... | @@ -5,12 +5,14 @@ |
| , "keywords": ["bootstrap", "css"] | , "keywords": ["bootstrap", "css"] | ||
| , "homepage": "http://twitter.github.com/bootstrap/" | , "homepage": "http://twitter.github.com/bootstrap/" | ||
| , "author": "Twitter Inc." | , "author": "Twitter Inc." | ||
| , "scripts": { "test": "make test" } | |||
| , "repository": { | , "repository": { | ||
| "type": "git" | "type": "git" | ||
| , "url": "https://github.com/twitter/bootstrap.git" | , "url": "https://github.com/twitter/bootstrap.git" | ||
| } | } | ||
| , "licenses": [ | , "licenses": [ | ||
| { "type": "Apache-2.0" | { | ||
| "type": "Apache-2.0" | |||
| , "url": "http://www.apache.org/licenses/LICENSE-2.0" | , "url": "http://www.apache.org/licenses/LICENSE-2.0" | ||
| } | } | ||
| ] | ] | ||
| ... | ... |
Please register or sign in to comment