2 Commits

Author SHA1 Message Date
b4cc920d48 0.7.1 2017-05-09 16:59:03 +02:00
69e7140991 Add repository info to package config 2017-05-09 16:58:49 +02:00

View File

@@ -1,6 +1,6 @@
{ {
"name": "remotestorage-module-chat-messages", "name": "remotestorage-module-chat-messages",
"version": "0.7.0", "version": "0.7.1",
"description": "Stores chat messages in daily archive files", "description": "Stores chat messages in daily archive files",
"main": "./dist/build.js", "main": "./dist/build.js",
"scripts": { "scripts": {
@@ -13,6 +13,10 @@
"Sebastian Kippe <sebastian@kip.pe>" "Sebastian Kippe <sebastian@kip.pe>"
], ],
"license": "MIT", "license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/67P/remotestorage-module-chat-messages.git"
},
"devDependencies": { "devDependencies": {
"babel-core": "^6.18.2", "babel-core": "^6.18.2",
"babel-loader": "^6.2.7", "babel-loader": "^6.2.7",