Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit d666893

Browse files
committed
update license attribute
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/
1 parent 81a61ce commit d666893

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,5 @@
4444
"engines": {
4545
"node": ">=0.10"
4646
},
47-
"licenses": [
48-
{
49-
"type": "MIT",
50-
"url": "http://github.com/wearefractal/gulp-util/raw/master/LICENSE"
51-
}
52-
]
47+
"license": "MIT"
5348
}

0 commit comments

Comments
 (0)