Update license and npm scope

This commit is contained in:
Nick Playfair 2021-01-30 12:14:23 +00:00
parent 2e6b529580
commit 373efefb30

View File

@ -1,5 +1,5 @@
{ {
"name": "npe_gerber", "name": "@nplayfair/npe_gerber",
"version": "1.0.0", "version": "1.0.0",
"description": "Create a PCB image from gerber files", "description": "Create a PCB image from gerber files",
"main": "index.js", "main": "index.js",
@ -11,7 +11,7 @@
"url": "git+https://github.com/nplayfair/npe_gerber.git" "url": "git+https://github.com/nplayfair/npe_gerber.git"
}, },
"author": "nplayfair", "author": "nplayfair",
"license": "ISC", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/nplayfair/npe_gerber/issues" "url": "https://github.com/nplayfair/npe_gerber/issues"
}, },