diff --git a/.gitignore b/.gitignore index 8efef02..2b14742 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ node_modules/ tmp/ /.idea .DS_Store +coverage diff --git a/LICENSE-MIT b/LICENSE-MIT index e19969f..2b68763 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -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 diff --git a/package.json b/package.json index 40ad7dd..fadeb39 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,13 @@ { "author": { - "name": "程序猿小卡", - "email": "chyingp@gmail.com", - "url": "https://github.com/chyingp" + "name": "Jarrett Widman", + "email": "jarrett.widman@vokal.io", + "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" @@ -16,14 +15,15 @@ "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", @@ -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": "grunt-inline@0.1.0", "_from": "grunt-inline@~0.1.0"