Skip to content

Commit

Permalink
Add: commonjs module supports
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 14, 2021
1 parent 60da281 commit ce67618
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node_modules/
coverage

# Transpiled files
build/
# build/

# VS Code
.vscode
Expand All @@ -26,4 +26,4 @@ build/
.eslintcache

# Misc
.DS_Store
.DS_Store
154 changes: 154 additions & 0 deletions build/src/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/src/main.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "font-range",
"description": " Font subset with google font's ML result.",
"version": "0.1.2",
"version": "0.1.3",
"author": "black7375 <[email protected]>",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -42,6 +42,7 @@
"tsutils": "~3.21.0",
"typescript": "^4.4.4"
},
"main": "build/src/main.js",
"scripts": {
"clean": "rimraf coverage build tmp",
"build": "tsc -p tsconfig.release.json",
Expand Down

0 comments on commit ce67618

Please sign in to comment.