Update package.json

This commit is contained in:
Rick Companje 2021-05-27 00:30:18 +02:00
parent a54a716d6d
commit 41be8dcfd1
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@doodle3d/doodle3d-slicer",
"version": "0.0.18",
"description": "JavaScript gcode slicer, Intended to use with the Doodle3D WiFi-Box # Usage",
"description": "JavaScript gcode slicer for Doodle3D Transform",
"main": "lib/index.js",
"module": "module/index.js",
"esnext": "src/index.js",
@ -71,9 +71,9 @@
"type": "git",
"url": "git+https://github.com/Doodle3D/Doodle3D-Slicer.git"
},
"author": "",
"license": "UNLICENSED",
"private": true,
"author": "Casper @Doodle3D",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/Doodle3D/Doodle3D-Slicer/issues"
},