Skip to content

Commit b7e2c4d

Browse files
authored
update Dockerfile, bump version to 2.4.0 (#133)
1 parent 06c4723 commit b7e2c4d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ WORKDIR /app
66
COPY . /app/
77

88
RUN npm install
9+
10+
RUN npm install -g gulp
11+
12+
RUN gulp babel

package.json

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bynder/bynder-js-sdk",
3-
"version": "2.3.9",
3+
"version": "2.4.0",
44
"description": "Bynder Javascript SDK",
55
"main": "./dist/bynder-js-sdk.js",
66
"scripts": {

0 commit comments

Comments
 (0)