mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Merge branch 'devel' of https://github.com/Serubin/wekan into Serubin-devel
This commit is contained in:
commit
a9059201a7
5 changed files with 9 additions and 2 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "packages/kadira:flow-router"]
|
||||
path = packages/kadira:flow-router
|
||||
url = https://github.com/Serubin/flow-router.git
|
|
@ -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
3
app.env
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
export PACKAGE_DIRS="$(pwd)/packages"
|
|
@ -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": {
|
||||
|
|
1
packages/kadira:flow-router
Submodule
1
packages/kadira:flow-router
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit da8154738eddfe43a639bd6b5f400518a4142db3
|
Loading…
Add table
Add a link
Reference in a new issue