published 1.2 with fuller spline support

This commit is contained in:
Ben Zuill-Smith
2021-09-18 23:01:01 -07:00
parent d997e1024a
commit aff8a9a970
2 changed files with 6 additions and 3 deletions

4
.gitignore vendored
View File

@ -4,4 +4,6 @@ private/
typings/
build/
.vscode/
dist/
dist/
sample/node_modules/
*.tgz

View File

@ -1,12 +1,13 @@
{
"name": "three-dxf",
"version": "1.1.0",
"version": "1.2.0",
"description": "A dxf viewer for the browser using three.js.",
"main": "dist/three-dxf.js",
"module": "src/index.js",
"scripts": {
"build-dev": "webpack -c webpack.dev.js",
"build": "webpack -c webpack.prod.js"
"build": "webpack -c webpack.prod.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",