Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 71c48b0

Browse files
committed
added publishConfig for npm-registry publish
1 parent 2a5cc31 commit 71c48b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "@formcentric/jquery-file-upload",
3+
"publishConfig": {
4+
"access": "public",
5+
"registry": "https://registry.npmjs.org"
6+
},
37
"version": "10.32.1",
48
"title": "jQuery File Upload",
59
"description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.",

0 commit comments

Comments
 (0)