Skip to content

Commit 6546a43

Browse files
author
Mark
committed
add git info
1 parent 44833cc commit 6546a43

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "angular-slick-carousel",
33
"version": "3.0.10",
44
"main": "dist/angular-slick.js",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/devmark/angular-slick-carousel.git"
8+
},
9+
"author": "DevMark",
10+
"license": "MIT",
511
"dependencies": {
612
"event-stream": "^3.3.1",
713
"gulp-concat": "^2.6.0",
@@ -10,9 +16,6 @@
1016
"gulp-minify-css": "^1.2.0",
1117
"gulp-plumber": "^1.0.1"
1218
},
13-
"scripts": {
14-
"test": "gulp test"
15-
},
1619
"devDependencies": {
1720
"gulp": "~3.9.0",
1821
"gulp-autoprefixer": "~2.3.1",

0 commit comments

Comments
 (0)