Skip to content

Commit

Permalink
Removed deprecated types package and fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Nov 10, 2022
1 parent 578b7d6 commit 9358eac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 55 deletions.
51 changes: 1 addition & 50 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ngx-dropzone-wrapper",
"description": "Angular wrapper library for Dropzone",
"bugs": "https://github.com/zefoy/ngx-dropzone-wrapper/issues",
"version": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"private": true,
"scripts": {
Expand Down Expand Up @@ -55,7 +55,6 @@
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "^14.2.3",
"@angular/compiler-cli": "^14.2.3",
"@types/dropzone": "^5.7.4",
"@types/node": "~16.11.7",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ngx-dropzone-wrapper",
"description": "Angular wrapper library for Dropzone",
"bugs": "https://github.com/zefoy/ngx-dropzone-wrapper/issues",
"version": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion projects/lib/src/lib/dropzone.directive.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Dropzone from 'dropzone';
import { Dropzone } from 'dropzone';

import { PLATFORM_ID } from '@angular/core';
import { isPlatformBrowser } from '@angular/common';
Expand Down
2 changes: 1 addition & 1 deletion projects/lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"target": "es2015",
"target": "esnext",
"declaration": true,
"inlineSources": true,
"stripInternal": true,
Expand Down

0 comments on commit 9358eac

Please sign in to comment.