Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolga Ekmen committed Jun 1, 2017
1 parent a1bb57a commit bb77d61
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"name": "micro-enum",
"name": "simple-enum",
"version": "1.0.0",
"description": "A very, very tiny JavaScript enum implementation",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/BlueHuskyStudios/Micro-JS-Enum"
"url": "https://github.com/tolgaek/node-enum"
},
"author": "Kyli Rouge <[email protected]>",
"maintainers": [
{
"name": "Kyli Rouge",
"url": "https://github.com/Supuhstar"
}
],
"author": "Tolga Ekmen <[email protected]>",
"license": "MIT"
}

0 comments on commit bb77d61

Please sign in to comment.