Skip to content

Commit

Permalink
rename lib
Browse files Browse the repository at this point in the history
  • Loading branch information
itmor committed May 29, 2020
1 parent bfafb65 commit dc7f67d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "calendar-array",
"name": "calendar-object",
"version": "1.0.0",
"description": "Library for receiving a calendar in the form of a multidimensional array",
"main": "build/calendar-array.min.js",
"main": "build/calendar-object.min.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/itmor/calendar-array.git"
"url": "git+https://github.com/itmor/calendar-object.git"
},
"author": "itmor",
"license": "ISC",
"bugs": {
"url": "https://github.com/itmor/calendar-array/issues"
"url": "https://github.com/itmor/calendar-object/issues"
},
"keywords": [
"calendar",
"calendar-js"
],
"homepage": "https://github.com/itmor/calendar-array#readme",
"homepage": "https://github.com/itmor/calendar-object#readme",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
Expand Down

0 comments on commit dc7f67d

Please sign in to comment.