Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Commit

Permalink
removed compiled ato files form GIT
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlothian committed Nov 7, 2017
1 parent a358dad commit fd4b6ff
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 182 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
node_modules
npm-debug.log
dist
*.ngfactory.ts
*.ngsummary.json

# OS generated files
Thumbs.db
Expand Down
1 change: 0 additions & 1 deletion index.ngsummary.json

This file was deleted.

22 changes: 21 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"version": "1.3.1",
"description": "Angular Carousel with customizable option with touch support and even more. Try it then say about it",
"scripts": {
"transpile": "ngc",
"transpile": "ngc ",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/ngxcarousel.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngxcarousel.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify"
"build": "npm run transpile && npm run package && npm run minify",
"postinstall": "npm run build"
},
"devDependencies": {
"@angular/compiler": "^4.2.4",
Expand All @@ -16,8 +17,15 @@
"uglify-js": "^3.0.19"
},
"dependencies": {
"@angular/platform-browser": "^4.4.2",
"@angular/common": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@types/hammerjs": "^2.0.34",
"hammerjs": "^2.0.8"
"hammerjs": "^2.0.8",
"rxjs": "^5.5.2"
},
"peerDependencies": {
"@angular/common": ">=4.0.0",
"@angular/core": ">=4.0.0"
}
}
21 changes: 0 additions & 21 deletions src/ngx-carousel.module.ngfactory.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/ngx-carousel.module.ngsummary.json

This file was deleted.

86 changes: 0 additions & 86 deletions src/ngx-carousel/ngx-carousel.component.ngfactory.ts

This file was deleted.

Loading

0 comments on commit fd4b6ff

Please sign in to comment.