Skip to content

Commit 21c3bbb

Browse files
committed
[README]: Improve readem file
1 parent 27f5028 commit 21c3bbb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30-
- run: npm run build --if-present
31-
- run: npm test
30+
- run: npm run test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dropzone-ui/react",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "The best and most complete React library for managing file uploads. Multilanguage support. Server side support. Material design styles. Code generator.",
55
"main": "./build/index.js",
66
"module": "./build/index.es.js",

0 commit comments

Comments
 (0)