Skip to content

Commit 7faa00b

Browse files
chore: revert esm changes
1 parent 225888f commit 7faa00b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ENV NODE_PATH /usr/local/lib/node_modules
88
COPY src ./src
99
COPY spec ./spec
1010
COPY examples ./examples
11-
COPY lib-esm ./lib-esm
12-
COPY scripts ./scripts
1311
COPY index.* package.json babel.config.js tsconfig.json ./
1412

1513
RUN npm install --unsafe-perm true # Needed to run prepublish as root.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"test": "npm run test:javascript && npm run test:typescript",
5353
"test:javascript": "jest spec --coverage --detectOpenHandles --testPathIgnorePatterns=spec/cluster",
5454
"test:typescript": "tsc --noEmit",
55-
"test:esm": "node scripts/verify-esm.js",
5655
"jshint": "jshint src/rest/** src/base/** src/http/**",
5756
"jscs": "eslint src/base/**/**.js src/http/**/**.js --fix",
5857
"prepublish": "npm run build",

0 commit comments

Comments
 (0)