Skip to content

Commit d22989b

Browse files
author
Charoite Lee
committed
Update repository
1 parent f8d0558 commit d22989b

File tree

1,242 files changed

+5
-203586
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,242 files changed

+5
-203586
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodejs/node_modules
2+
nodejs/package*.json
3+
package*.json

build-layer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ mv -f package-tmp.json package.json
99
npm test
1010
cp package-lock.json ..
1111
cd ..
12-
rm ../canvas-nodejs_v$CANVAS_VERSION.zip
13-
zip -q -r ../canvas-nodejs_v$CANVAS_VERSION.zip . -x "LICENSE" "README.md" ".git*" "nodejs/test/*" "*.yml" "build-layer.sh"
12+
rm canvas-nodejs_v$CANVAS_VERSION.zip
13+
zip -q -r canvas-nodejs_v$CANVAS_VERSION.zip . -x "LICENSE" "README.md" ".git*" "nodejs/test/*" "*.yml" "build-layer.sh"

nodejs/node_modules/.bin/_mocha

Lines changed: 0 additions & 1 deletion
This file was deleted.

nodejs/node_modules/.bin/detect-libc

Lines changed: 0 additions & 1 deletion
This file was deleted.

nodejs/node_modules/.bin/flat

Lines changed: 0 additions & 1 deletion
This file was deleted.

nodejs/node_modules/.bin/he

Lines changed: 0 additions & 1 deletion
This file was deleted.

nodejs/node_modules/.bin/js-yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

nodejs/node_modules/.bin/mkdirp

Lines changed: 0 additions & 1 deletion
This file was deleted.

nodejs/node_modules/.bin/mocha

Lines changed: 0 additions & 1 deletion
This file was deleted.

nodejs/node_modules/.bin/nanoid

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)