documentation, fixed package.json
{ | ||
"name": "zkmtools", | ||
"version": "1.0.0", | ||
"description": "Usefull tools for building javascript things", | ||
"version": "1.0.1", | ||
"description": "Useful tools for building javascript things", | ||
"main": "index.js", | ||
"repository": { | ||
"url": "https://hertz-gitlab.zkm.de/rapid-prototyping-lab/javascript-modules/zkmtools.git", | ||
... | ... | @@ -11,5 +11,5 @@ |
"author": "Christian Lölkes", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"devDependencies": {} | ||
} |
Please register or sign in to comment