diff --git a/package-lock.json b/package-lock.json index 37b8ebe..4d065d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "datamosh", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 23f0040..6fcea7b 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,17 @@ { "name": "datamosh", - "version": "1.0.0", + "version": "1.0.1", "description": "Datamosh images", "keywords": ["datamost", "mosh", "jpg", "png", "glitch"], "author": "Michael Sterpka ", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/mster/datamosh.git" + }, + "bugs": { + "url": "https://github.com/mster/datamosh/issues" + }, "main": "index.js", "scripts": { "test": "npm run lint",