Initial work on 3.0 imports.

Decided to split journal imports to a separate file.
This commit is contained in:
willyb321
2018-03-22 16:22:59 +11:00
parent 83571b4bef
commit 5e1237390b
6 changed files with 255 additions and 5 deletions

13
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "coriolis_shipyard",
"version": "2.5.0",
"version": "2.5.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -11961,6 +11961,17 @@
}
}
},
"webpack-notifier": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/webpack-notifier/-/webpack-notifier-1.6.0.tgz",
"integrity": "sha1-/6yOVf+MRpdSuMG7sBGhbxCYbgI=",
"dev": true,
"requires": {
"node-notifier": "5.1.2",
"object-assign": "4.1.1",
"strip-ansi": "3.0.1"
}
},
"webpack-sources": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-0.1.5.tgz",