Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #8 from deej81/ng-packagr
Browse files Browse the repository at this point in the history
changed to use ng-packagr
  • Loading branch information
deej81 authored Apr 13, 2018
2 parents d99c215 + e526655 commit e47e168
Show file tree
Hide file tree
Showing 70 changed files with 13,085 additions and 936 deletions.
61 changes: 61 additions & 0 deletions .angular-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
"name": "ngx-croppie"
},
"apps": [
{
"root": "src",
"outDir": "dist",
"assets": [
"assets",
"favicon.ico"
],
"index": "index.html",
"main": "main.ts",
"polyfills": "polyfills.ts",
"test": "test.ts",
"tsconfig": "tsconfig.app.json",
"testTsconfig": "tsconfig.spec.json",
"prefix": "app",
"styles": [
"styles.css",
"../node_modules/croppie/croppie.css"
],
"scripts": [],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}
}
],
"e2e": {
"protractor": {
"config": "./protractor.conf.js"
}
},
"lint": [
{
"project": "src/tsconfig.app.json",
"exclude": "**/node_modules/**"
},
{
"project": "src/tsconfig.spec.json",
"exclude": "**/node_modules/**"
},
{
"project": "e2e/tsconfig.e2e.json",
"exclude": "**/node_modules/**"
}
],
"test": {
"karma": {
"config": "./karma.conf.js"
}
},
"defaults": {
"styleExt": "css",
"component": {}
}
}
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Editor configuration, see http://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
49 changes: 44 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
node_modules
.vscode
.idea
.DS_Store
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/dist-server
/tmp
/out-tsc
/.ng_pkg_build

# dependencies
/node_modules

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
*.ngsummary.json
yarn-error.log
testem.log
/typings

# e2e
/e2e/*.js
/e2e/*.map

# System Files
.DS_Store
Thumbs.db
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

4 changes: 0 additions & 4 deletions debug.log

This file was deleted.

Binary file added dist.tgz
Binary file not shown.
21 changes: 0 additions & 21 deletions dist/LICENSE

This file was deleted.

5 changes: 0 additions & 5 deletions dist/README.md

This file was deleted.

80 changes: 0 additions & 80 deletions dist/bundles/ngx-croppie.umd.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/bundles/ngx-croppie.umd.min.js

This file was deleted.

6 changes: 0 additions & 6 deletions dist/index.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions dist/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.metadata.json

This file was deleted.

32 changes: 0 additions & 32 deletions dist/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions dist/src/index.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions dist/src/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/index.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/index.metadata.json

This file was deleted.

17 changes: 0 additions & 17 deletions dist/src/ngx-croppie.component.d.ts

This file was deleted.

Loading

0 comments on commit e47e168

Please sign in to comment.