Skip to content

Commit

Permalink
build(iges): update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 12, 2018
1 parent b841269 commit eb6dfa9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/iges/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thi.ng/iges",
"version": "0.0.1",
"description": "TODO",
"description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed",
"main": "./index.js",
"typings": "./index.d.ts",
"repository": {
Expand Down Expand Up @@ -29,13 +29,19 @@
},
"dependencies": {
"@thi.ng/api": "^4.0.4",
"@thi.ng/defmulti": "0.3.5",
"@thi.ng/transducers": "^1.12.2"
},
"keywords": [
"CAD",
"ES6",
"export",
"IGES",
"geometry",
"serialization",
"typescript"
],
"publishConfig": {
"access": "public"
}
}
}
1 change: 1 addition & 0 deletions packages/iges/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
partitionBy,
push
} from "@thi.ng/transducers";

import {
DEFAULT_GLOBALS,
DictEntry,
Expand Down

0 comments on commit eb6dfa9

Please sign in to comment.