Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-03-21 02:00:18 +0400
committerChris Rebert <github@rebertia.com>2014-03-21 02:00:18 +0400
commitb114afe3e2f1b6efbb04bba9aaf6bd328fc6ead7 (patch)
tree8dd8f21d325533ce71411bee6a12a7c747473fed /package.json
parent88b878b5238404c5076ca83d5fb2442430c3e30b (diff)
simplify `license` entry in package.json; fixes #8
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/package.json b/package.json
index 7e3698b..13fc3bd 100644
--- a/package.json
+++ b/package.json
@@ -11,12 +11,7 @@
"bugs": {
"url": "https://github.com/twbs/grunt-css-flip/issues"
},
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/twbs/grunt-css-flip/blob/master/LICENSE"
- }
- ],
+ "license": "MIT",
"files": [
"tasks",
"LICENSE"