Merge branch 'devel' of https://github.com/Serubin/wekan into Serubin-devel

This commit is contained in:
Lauri Ojansivu 2017-03-24 20:41:40 +02:00
commit a9059201a7
5 changed files with 9 additions and 2 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "packages/kadira:flow-router"]
path = packages/kadira:flow-router
url = https://github.com/Serubin/flow-router.git

View file

@ -50,7 +50,6 @@ arillo:flow-router-helpers
audit-argument-checks
kadira:blaze-layout
kadira:dochead
kadira:flow-router
meteorhacks:fast-render
meteorhacks:picker
meteorhacks:subs-manager
@ -76,3 +75,4 @@ templates:tabs
verron:autosize
simple:json-routes
rajit:bootstrap3-datepicker
kadira:flow-router

3
app.env Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
export PACKAGE_DIRS="$(pwd)/packages"

View file

@ -4,7 +4,7 @@
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
"lint": "eslint .",
"lint": "eslint --ignore-pattern 'packages/*' .",
"test": "npm run --silent lint"
},
"repository": {

@ -0,0 +1 @@
Subproject commit da8154738eddfe43a639bd6b5f400518a4142db3