Skip to content

Commit

Permalink
Fixed path error in build file and removed demo files
Browse files Browse the repository at this point in the history
  • Loading branch information
prjctimg committed Mar 22, 2024
1 parent 13b2083 commit db89b85
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 152 deletions.
2 changes: 1 addition & 1 deletion build.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// eslint-disable-next-line no-undef
var { build } = require('esbuild');
var { dependencies } = require('../../../package.json');
var { dependencies } = require('./package.json');

build({
legalComments: 'inline',
Expand Down
76 changes: 0 additions & 76 deletions demo.js

This file was deleted.

75 changes: 0 additions & 75 deletions demo/demo.js

This file was deleted.

Binary file removed demo/sample.png
Binary file not shown.

0 comments on commit db89b85

Please sign in to comment.