Skip to content

Commit

Permalink
Fixed package
Browse files Browse the repository at this point in the history
  • Loading branch information
szikszail committed Jan 22, 2021
1 parent e8b025b commit 1372ba9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
.idea
*.log
/test
.travis.yml
.travis.yml
/.github
/.vscode
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "object-set-type",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Set implementation which supports Objects.",
"main": "lib/ObjectSet.js",
"scripts": {
"test": "mocha ./test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/szikszail/object-set.git"
"url": "git+https://github.com/szikszail/object-set-tyőe.git"
},
"keywords": [
"Set",
Expand All @@ -17,9 +17,9 @@
"author": "Laszlo Szikszai <sziklaszlo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/szikszail/object-set/issues"
"url": "https://github.com/szikszail/object-set-type/issues"
},
"homepage": "https://github.com/szikszail/object-set#readme",
"homepage": "https://github.com/szikszail/object-set-type#readme",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^8.2.1"
Expand Down

0 comments on commit 1372ba9

Please sign in to comment.