Comparing version 4.5.2 to 4.6.0
# Changelog | ||
## 4.6.0 | ||
- Add TypeScript declarations | ||
## 4.5.2 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "filepond", | ||
"version": "4.5.2", | ||
"version": "4.6.0", | ||
"description": "FilePond, Where files go to stretch their bits.", | ||
@@ -33,4 +33,6 @@ "license": "MIT", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"types/*.d.ts" | ||
], | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
@@ -43,3 +45,4 @@ "test": "npx jest", | ||
"styles:pretty": "cat src/css/* | npx node-sass | npx postcss --no-map --use autoprefixer | npx prettier --single-quote --parser css | node banner-cli.js FilePond > dist/filepond.css", | ||
"styles:nano": "cat src/css/* | npx node-sass | npx postcss --no-map --use autoprefixer --use cssnano | node banner-cli.js FilePond > dist/filepond.min.css" | ||
"styles:nano": "cat src/css/* | npx node-sass | npx postcss --no-map --use autoprefixer --use cssnano | node banner-cli.js FilePond > dist/filepond.min.css", | ||
"dtslint": "dtslint types" | ||
}, | ||
@@ -54,2 +57,3 @@ "devDependencies": { | ||
"cssnano": "^4.1.10", | ||
"dtslint": "^0.9.3", | ||
"jest": "^24.8.0", | ||
@@ -65,4 +69,5 @@ "node-sass": "^4.12.0", | ||
"rollup-plugin-prettier": "^0.6.0", | ||
"rollup-plugin-terser": "^4.0.4" | ||
"rollup-plugin-terser": "^4.0.4", | ||
"typescript": "^3.6.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
787914
11
18516
20