Skip to content

Commit

Permalink
add code coverage, update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
jrit committed Jan 5, 2015
1 parent d3cfa75 commit 28807f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ node_modules/
tmp/
/.idea
.DS_Store
coverage
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014 陈映平, contributors
Copyright (c) 2014 Jarrett Widman, contributors

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"author": {
"name": "程序猿小卡",
"email": "[email protected]",
"url": "https://github.com/chyingp"
"name": "Jarrett Widman",
"email": "[email protected]",
"url": "https://github.com/jrit"
},
"name": "grunt-inline",
"name": "html-resource-inline",
"description": "Inlines img, script and link tags into the same file.",
"version": "0.3.4",
"version": "1.0.0",
"keywords": [
"gruntplugin",
"inline",
"js",
"css"
],
"main": "inline",
"repository": {
"type": "git",
"url": "https://github.com/chyingp/grunt-inline.git"
"url": "https://github.com/jrit/html-resource-inline.git"
},
"engines": {
"node": ">=0.8.0"
"node": ">=0.10.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"mocha": "^2.0.1"
"mocha": "^2.0.1",
"istanbul": "^0.3.5"
},
"dependencies": {
"uglify-js": "2.4.1",
Expand All @@ -34,7 +34,8 @@
"async": "^0.9.0"
},
"scripts": {
"test": "mocha test"
"test": "mocha test",
"coverage": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec"
},
"_id": "[email protected]",
"_from": "grunt-inline@~0.1.0"
Expand Down

0 comments on commit 28807f0

Please sign in to comment.