-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vertical carousel is added and restructure the carousel with flex box
- Loading branch information
1 parent
65db26b
commit d1e1506
Showing
4 changed files
with
409 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
{ | ||
"name": "ngu-carousel", | ||
"version": "1.4.6", | ||
"description": "Angular Universal carousel", | ||
"scripts": { | ||
"transpile": "ngc ", | ||
"package": "rollup -c", | ||
"minify": "uglifyjs dist/bundles/ngucarousel.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngucarousel.umd.min.js", | ||
"build": "npm run transpile && npm run package && npm run minify", | ||
"postinstall": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@angular/compiler": "^4.2.4", | ||
"@angular/compiler-cli": "^4.2.4", | ||
"@types/hammerjs": "^2.0.35", | ||
"rollup": "^0.43.0", | ||
"typescript": "^2.3.4", | ||
"uglify-js": "^3.0.19" | ||
}, | ||
"dependencies": { | ||
"@angular/common": "^4.2.4", | ||
"@angular/core": "^4.2.4", | ||
"@angular/platform-browser": "^4.2.4", | ||
"hammerjs": "^2.0.8", | ||
"rxjs": "^5.5.2" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">=4.0.0", | ||
"@angular/core": ">=4.0.0", | ||
"@angular/platform-browser": ">=4.0.0" | ||
} | ||
"name": "ngu-carousel", | ||
"version": "1.4.8", | ||
"description": "Angular Universal carousel", | ||
"scripts": { | ||
"transpile": "ngc ", | ||
"package": "rollup -c", | ||
"minify": | ||
"uglifyjs dist/bundles/ngucarousel.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngucarousel.umd.min.js", | ||
"build": "npm run transpile && npm run package && npm run minify", | ||
"postinstall": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@angular/compiler": "^4.2.4", | ||
"@angular/compiler-cli": "^4.2.4", | ||
"@types/hammerjs": "^2.0.35", | ||
"rollup": "^0.43.0", | ||
"typescript": "^2.3.4", | ||
"uglify-js": "^3.0.19" | ||
}, | ||
"dependencies": { | ||
"@angular/common": "^4.2.4", | ||
"@angular/core": "^4.2.4", | ||
"@angular/platform-browser": "^4.2.4", | ||
"hammerjs": "^2.0.8", | ||
"rxjs": "^5.5.2" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">=4.0.0", | ||
"@angular/core": ">=4.0.0", | ||
"@angular/platform-browser": ">=4.0.0" | ||
} | ||
} |
Oops, something went wrong.