Skip to content

Commit

Permalink
fix wasm load with node fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
kekee000 committed Oct 15, 2023
1 parent 9df6a9e commit c723ac7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fonteditor-core",
"version": "2.1.11",
"version": "2.3.1",
"homepage": "https://github.com/kekee000/fonteditor-core",
"authors": [
"kekee000 <kekee000@gmail.com>",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fonteditor-core",
"version": "2.3.0",
"version": "2.3.1",
"description": "fonts (ttf, woff, woff2, eot, svg, otf) parse, write, transform, glyph adjust.",
"keywords": [
"sfnt",
Expand Down Expand Up @@ -37,8 +37,8 @@
"precommit": "npm run lint",
"publish:npm": "npm run build && npm publish --registry=https://registry.npmjs.org/",
"test": "npm run test:browser && npm run test:node",
"test:browser": "./node_modules/.bin/mocha --require @babel/register test/spec/*.spec.js test/spec/**/*.spec.js",
"test:node": "npm run build && ./node_modules/mocha/bin/mocha test/node-spec/**/*.spec.js ",
"test:browser": "mocha --require @babel/register test/spec/*.spec.js test/spec/**/*.spec.js",
"test:node": "npm run build && mocha test/node-spec/**/*.spec.js ",
"test:example": "cd test/example && npm i && npm run test",
"dev": "webpack-dev-server --open --config ./config/webpack.dev.js",
"build": "babel src --out-dir lib",
Expand Down
2 changes: 1 addition & 1 deletion woff2/woff2.js

Large diffs are not rendered by default.

0 comments on commit c723ac7

Please sign in to comment.