angular-split-pane icon indicating copy to clipboard operation
angular-split-pane copied to clipboard

Typo in package.json

Open OancaAndrei opened this issue 7 years ago • 0 comments

Hi, I think that package.json should be updated from

{
   "main": "split-pane.js",
   ...
}

to

{
  "main": "angular-split-pane.js",
   ...
}

otherwise require will fail to locate the library: require('@shagstrom/angular-split-pane') Cannot find module '@shagstrom/angular-split-pane' (tested in Electron 2.0.7)

OancaAndrei avatar Aug 14 '18 13:08 OancaAndrei