Change build system, make work for npm registry

In Flowee the main repo I removed the Qt dependency for the stuff
we use and in this repo I stopped linking to the externally built
flowee libraries.

This introduces an import.sh which copies the flowee sources we use
in this plugin to sure there being minimumal external dependencies.
This commit is contained in:
TomZ
2019-11-13 14:56:21 +01:00
parent 99d16e38a7
commit f2b95d5151
6 changed files with 174 additions and 19 deletions
+5
View File
@@ -0,0 +1,5 @@
build
node_modules
package-lock.json
*.txt.user
import.sh