Remove warnings from the build

This commit is contained in:
BoykoAlex
2020-02-11 11:58:57 -05:00
parent d8ae60ead7
commit 3347ecbc48
9 changed files with 892 additions and 38 deletions

View File

@@ -2,15 +2,15 @@
"name": "spring-flo",
"version": "0.9.0",
"description": "Library for quickly building text DSL visualization diagram editor",
"main": "dist/lib/bundles/spring-flo.umd.js",
"module": "dist/lib/fesm5/spring-flo.js",
"es2015": "dist/lib/fesm2015/spring-flo.js",
"esm5": "dist/lib/esm5/spring-flo.js",
"esm2015": "dist/lib/esm2015/spring-flo.js",
"fesm5": "dist/lib/fesm5/spring-flo.js",
"fesm2015": "dist/lib/fesm2015/spring-flo.js",
"typings": "dist/lib/spring-flo.d.ts",
"metadata": "dist/lib/spring-flo.metadata.json",
"main": "dist/bundles/spring-flo.umd.js",
"module": "dist/fesm5/spring-flo.js",
"es2015": "dist/fesm2015/spring-flo.js",
"esm5": "dist/esm5/spring-flo.js",
"esm2015": "dist/esm2015/spring-flo.js",
"fesm5": "dist/fesm5/spring-flo.js",
"fesm2015": "dist/fesm2015/spring-flo.js",
"typings": "dist/spring-flo.d.ts",
"metadata": "dist/spring-flo.metadata.json",
"sideEffects": false,
"author": "",
"license": "Apache-2.0",
@@ -26,7 +26,7 @@
"serve": "ng serve dev",
"build:lib": "rimraf dist && ng-packagr -p src/lib/package.json && npm run styles:lib",
"build:app": "cpr dist/lib src/demo/spring-flo -d && ng build packaged && rimraf src/demo/spring-flo",
"styles:lib": "scss-bundle --entryFile src/lib/styles.scss --outFile dist/lib/flo.css",
"styles:lib": "scss-bundle --entryFile src/lib/styles.scss --outFile dist/flo.css",
"build": "npm run build:lib",
"prestart": "npm run build:lib",
"start": "npm run serve",
@@ -52,15 +52,18 @@
"@angular/platform-browser": "9.0.0",
"@angular/platform-browser-dynamic": "9.0.0",
"@angular/platform-server": "9.0.0",
"@types/node": "6.0.46",
"@types/backbone": "1.3.42",
"@types/codemirror": "0.0.64",
"@types/jasmine": "2.5.36",
"@types/jquery": "3.3.4",
"@types/lodash": "4.14.123",
"@types/node": "6.0.46",
"core-js": "^3.6.4",
"cpr": "^3.0.1",
"fibers": "^4.0.2",
"html-webpack-plugin": "^3.2.0",
"jshint": "2.10.2",
"node-sass": "^4.13.1",
"ng-packagr": "9.0.0",
"ngx-bootstrap": "5.2.0",
"rimraf": "2.6.1",