core icon indicating copy to clipboard operation
core copied to clipboard

Internalize all external modules

Open Dwaynekj opened this issue 8 years ago • 0 comments

Flatten package.json to only third-party deps (rough draft) "chai": "^3.5.0", "extend-me": "^2.3", -> typescript "fin-hypergrid-data-source-base": "^0.4.10", -> deprecated "finbars": "1.5.2", -> internal module "inject-stylesheet-template": "^1.0.1", keep "mustache": "2.2.0", "object-iterators": "1.3.0", -> internal "overrider": "^0", -> internal "rectangular": "1.0.1", -> internal "sparse-boolean-array": "1.0.1" -> leave as is

Dwaynekj avatar May 31 '17 05:05 Dwaynekj