Permalink
Browse files

use node-packages instead of node-folder to refer to src/ subdir havi…

…ng the package.json for etherpad-lite without requiring to change node plugin for snapcraft
  • Loading branch information...
1 parent 9859354 commit e68ad2fd5ab2d75034c5fc32466c32eb380a0417 Alexander Sack committed Jan 4, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 snapcraft.yaml
View
@@ -18,7 +18,7 @@ services:
parts:
etherpad-lite:
plugin: nodejs
- node-folder: 'src'
+ node-packages: ['src/']
source: git://github.com/asac/etherpad-lite.git
source-tag: run-npm-install
wrapper:

0 comments on commit e68ad2f

Please sign in to comment.