fix scope

This commit is contained in:
Timo Hocker 2020-03-04 12:16:34 +01:00
parent ed85fb19e3
commit 48e710f78e

View File

@ -1,5 +1,5 @@
{ {
"name": "utilities", "name": "@scode/utilities",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"author": "Timo Hocker <t-hocker@web.de>", "author": "Timo Hocker <t-hocker@web.de>",
@ -14,4 +14,4 @@
"lint": "eslint .", "lint": "eslint .",
"test": "nyc ava" "test": "nyc ava"
} }
} }