Github user scottyaslan commented on a diff in the pull request:
https://github.com/apache/nifi-registry/pull/8#discussion_r137093847
--- Diff: nifi-registry-web-ui/src/main/platform/core/package.json ---
@@ -0,0 +1,33 @@
+{
+ "name": "@fluid-design-system/core",
+ "version": "0.0.0",
+ "description": "The Fluid Design System module is an atomic reusable
platform providing consistent set of UI/UX components for Apache Nifi and
Apache Nifi Registry (or any other open source friendly) web applications to
consume.",
+ "module": "./fluid-design-system.module.js",
+ "keywords": [
+ "fluid design system",
+ "angular",
+ "material",
+ "material design",
+ "components",
+ "reusable",
+ "covalent"
+ ],
+ "scripts": {
+ },
+ "engines": {
+ "node": ">=6.11.1",
--- End diff --
I removed this file for now as it is unnecessary. It would be for defining
the FDS NgModule as an npm package.
---