forked from dropzone/dropzone
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add custom type definition file based on the @types/dropzome DefinitelyTyped definition and no longer generate types from JavaScript * Use cp to copy type definition
- Loading branch information
1 parent
41a75e5
commit fe5cfe3
Showing
4 changed files
with
377 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
], | ||
"scripts": { | ||
"watch": "parcel watch", | ||
"build": "parcel build && yarn run css && tsc", | ||
"build": "parcel build && yarn run css && cp types/dropzone.d.ts dist", | ||
"css": "yarn sass src/:dist/ --style compressed", | ||
"watch-css": "yarn sass src/:dist/ --watch --style compressed", | ||
"test": "karma start test/karma.conf.js", | ||
|
@@ -77,8 +77,7 @@ | |
"parcel": "^2.12.0", | ||
"sass": "^1.79.3", | ||
"sinon": "^18.0.1", | ||
"sinon-chai": "^3.7.0", | ||
"typescript": "^5.4.5" | ||
"sinon-chai": "^3.7.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.