Nativefier/app
Ronan Jouchet 561beda96e Actually actually (TM) include lockfile in npm artifacts
Previous attempt failed by design of `npm pack` / `npm publish`,
as documented at https://docs.npmjs.com/cli/v6/configuring-npm/package-lock-json :

> One key detail about package-lock.json is that it cannot be published,
> and it will be ignored if found in any place other than the toplevel
> package. It shares a format with npm-shrinkwrap.json, which is
> essentially the same file, but allows publication.
>
> This is not recommended unless deploying a CLI tool or otherwise using
> the publication process for producing production packages.

, and we are a CLI tool. Switching to shrinkwrap.
2021-09-24 22:44:07 -04:00
..
inject Fix bug where css is always injected 2016-02-25 15:25:14 +08:00
src Fix regressions in opening windows/tabs, update browser versions (#1284) 2021-09-24 22:03:03 -04:00
.eslintrc.js Make app strict TypeScript + linting (and add a shared project) (#1231) 2021-06-26 09:59:28 -04:00
nativefier.json Fix placeholder for electron app to google 2016-05-26 16:50:42 +08:00
npm-shrinkwrap.json Actually actually (TM) include lockfile in npm artifacts 2021-09-24 22:44:07 -04:00
package.json Fix regressions in opening windows/tabs, update browser versions (#1284) 2021-09-24 22:03:03 -04:00
tsconfig.json Make app strict TypeScript + linting (and add a shared project) (#1231) 2021-06-26 09:59:28 -04:00
webpack.config.js More test:watch fixes & usability 2021-06-01 23:37:04 -04:00