Skip to content

Commit ceccfa0

Browse files
committed
Fix conflicts in package.json
2 parents 85f8373 + f1310b2 commit ceccfa0

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

package.json

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
{
2-
"name": "angular-file-upload",
3-
"version": "2.2.0",
4-
"homepage": "https://github.com/nervgh/angular-file-upload",
5-
"description": "Angular File Upload is a module for the AngularJS framework",
6-
"author": {
7-
"name": "nerv",
8-
"url": "https://github.com/nervgh"
9-
},
10-
"main": "dist/angular-file-upload.min.js",
11-
"engines": {
12-
"node": ">=4.0.0"
13-
},
14-
"devDependencies": {
15-
"babel-core": "~6.8.0",
16-
"babel-loader": "~6.2.4",
17-
"babel-preset-es2015": "~6.6.0",
18-
"gulp": "~3.9.1",
19-
"json-loader": "~0.5.4",
20-
"raw-loader": "~0.5.1",
21-
"webpack-stream": "~3.2.0"
22-
}
2+
"name": "angular-file-upload",
3+
"version": "2.2.0",
4+
"homepage": "https://github.com/nervgh/angular-file-upload",
5+
"description": "Angular File Upload is a module for the AngularJS framework",
6+
"author": {
7+
"name": "nerv",
8+
"url": "https://github.com/nervgh"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/nervgh/angular-file-upload.git"
13+
},
14+
"main": "dist/angular-file-upload.min.js",
15+
"engines": {
16+
"node": ">=4.0.0"
17+
},
18+
"devDependencies": {
19+
"babel-core": "~6.8.0",
20+
"babel-loader": "~6.2.4",
21+
"babel-preset-es2015": "~6.6.0",
22+
"gulp": "~3.9.1",
23+
"json-loader": "~0.5.4",
24+
"raw-loader": "~0.5.1",
25+
"webpack-stream": "~3.2.0"
26+
}
2327
}

0 commit comments

Comments
 (0)