Skip to content

Commit

Permalink
update Dockerfile, bump version to 2.4.0 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahongbynder authored Jan 29, 2025
1 parent 06c4723 commit b7e2c4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ WORKDIR /app
COPY . /app/

RUN npm install

RUN npm install -g gulp

RUN gulp babel
2 changes: 1 addition & 1 deletion package.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bynder/bynder-js-sdk",
"version": "2.3.9",
"version": "2.4.0",
"description": "Bynder Javascript SDK",
"main": "./dist/bynder-js-sdk.js",
"scripts": {
Expand Down

0 comments on commit b7e2c4d

Please sign in to comment.