This commit is contained in:
Basti 2017-06-12 18:02:09 +02:00
parent 3918ec753d
commit 8dc7f497c4

View File

@ -1,13 +1,13 @@
{ {
"name": "remotestorage-module-kosmos", "name": "remotestorage-module-kosmos",
"version": "0.1.0", "version": "1.0.0",
"description": "remoteStorage module for Kosmos clients", "description": "remoteStorage module for Kosmos clients",
"main": "./dist/build.js", "main": "./dist/build.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -w", "dev": "webpack -w",
"build": "NODE_ENV=production webpack", "build": "NODE_ENV=production webpack",
"prepublish": "npm run build && git add build" "prepublish": "npm run build && git add dist"
}, },
"author": "Kosmos Contributors <mail@kosmos.org> (https://kosmos.org)", "author": "Kosmos Contributors <mail@kosmos.org> (https://kosmos.org)",
"license": "MIT", "license": "MIT",