summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-19 06:26:57 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-06-29 09:08:33 +0200
commit4ed8ee1c1e8ada0e5d26f6e014896accc89d4d6a (patch)
tree7242c4f94ca44e88bb8acd3e920f21ec9904b8da /apps/updatenotification/package.json
parent790c897d98efcbea54dd47407e34d93d928e600e (diff)
downloadnextcloud-server-4ed8ee1c1e8ada0e5d26f6e014896accc89d4d6a.tar.gz
nextcloud-server-4ed8ee1c1e8ada0e5d26f6e014896accc89d4d6a.zip
Unify vue template design
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/updatenotification/package.json')
-rw-r--r--apps/updatenotification/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json
index fd5155b44fa..f925c70314d 100644
--- a/apps/updatenotification/package.json
+++ b/apps/updatenotification/package.json
@@ -1,6 +1,6 @@
{
"name": "notifications",
- "version": "2.3.0",
+ "version": "2.4.0",
"description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
"main": "init.js",
"directories": {
@@ -8,9 +8,9 @@
"test": "tests"
},
"scripts": {
- "dev": "webpack --config js-src/webpack.dev.js",
- "watch": "webpack --progress --watch --config js-src/webpack.dev.js",
- "build": "webpack --progress --hide-modules --config js-src/webpack.prod.js"
+ "dev": "webpack --config webpack.dev.js",
+ "watch": "webpack --progress --watch --config webpack.dev.js",
+ "build": "webpack --progress --hide-modules --config webpack.prod.js"
},
"repository": {
"type": "git",