@nesvet/timeline
Advanced tools
Comparing version 1.0.19 to 1.1.0
{ | ||
"name": "@nesvet/timeline", | ||
"version": "1.0.19", | ||
"description": "Store values in a time-based map", | ||
"version": "1.1.0", | ||
"description": "Store values in a day-based map", | ||
"type": "module", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"packageManager": "yarn@1.22.22", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "node .conveyer" | ||
}, | ||
@@ -26,4 +27,5 @@ "repository": { | ||
"devDependencies": { | ||
"@nesvet/conveyer": "^1", | ||
"@nesvet/eslint-config": "^1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# Store values in a time-based map | ||
# Store values in a day-based map | ||
@@ -3,0 +3,0 @@ ## Installation |
15673
2
5
12