Skip to content

Commit ab0ea6f

Browse files
committed
Update package.json metadata
1 parent 9f8344c commit ab0ea6f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "jquery-csv",
33
"version": "1.0.3",
44
"description": "A jQuery CSV parser plugin. Battle Tested | Optimized | 100% IETF RFC 4180 Complete",
5+
"license": "MIT",
6+
"repository": "http://github.com/typeiii/jquery-csv/",
57
"author": {
68
"name": "Evan Plaice",
79
"email": "evan.plaice@gmail.com",
@@ -14,10 +16,6 @@
1416
"url": "http://coltonehrman.com"
1517
}
1618
],
17-
"devDependencies": {
18-
"tap-spec": "^5.0.0",
19-
"tape": "^4.8.0"
20-
},
2119
"main": "src/jquery.csv.js",
2220
"scripts": {
2321
"start": "npx live-server",
@@ -30,8 +28,11 @@
3028
"preversion": "npm run lint && npm run test && npm run minify",
3129
"postversion": "git push --follow-tags"
3230
},
33-
"license": "MIT",
34-
"repository": "http://github.com/typeiii/jquery-csv/",
31+
32+
"devDependencies": {
33+
"tap-spec": "^5.0.0",
34+
"tape": "^4.8.0"
35+
},
3536
"semistandard": {
3637
"globals": [
3738
"$",

0 commit comments

Comments
 (0)