Skip to content

Commit 319154f

Browse files
authored
Fix package name in package.json
It was noted in an email to security@ that this package name was wrong and not registered on NPM, which could be an issue if the wrong name was used elsewhere and maliciously registered.
1 parent 1db06c9 commit 319154f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@colony.io/colony-network-contracts",
2+
"name": "@colony/colony-network-contracts",
33
"version": "1.0.0",
44
"description": "Contracts for Colony Network",
55
"engines": {

0 commit comments

Comments
 (0)