From 8dc7f497c4d756e2b143594550746b6fb54d1531 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 12 Jun 2017 18:02:09 +0200 Subject: [PATCH] 1.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 504f75c..a840c77 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "remotestorage-module-kosmos", - "version": "0.1.0", + "version": "1.0.0", "description": "remoteStorage module for Kosmos clients", "main": "./dist/build.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "webpack -w", "build": "NODE_ENV=production webpack", - "prepublish": "npm run build && git add build" + "prepublish": "npm run build && git add dist" }, "author": "Kosmos Contributors (https://kosmos.org)", "license": "MIT",