Joost De Cock
9bd8f5abd3
chore: Reconfigure packages
2022-06-27 11:26:03 +02:00
Joost De Cock
457a139d25
chore: Reconfigure packages
2022-06-25 16:02:19 +02:00
Joost De Cock
59ab559ccd
chore: Added gitpod tip to READMEs
2022-06-21 11:11:34 +02:00
Joost De Cock
a4cda485d5
chore: Added scripts to facilitate development
2022-06-17 18:23:17 +02:00
Joost De Cock
b0aa9f3895
chore: Supress webpack warnings about named imports from JSON
...
This suppresses a warning in webpack v5 when importing the
version from the package.json file like a named export.
This use to be fine in webpack v4 but in v5 it's deprecated to
be more inline with the way it works in NodeJS.
That being said, it's very usefull as there's no need to pull in
the entire package.json file.
Futhermore, esbuild supports this out of the box so we also use
it in our build scripts.
So for now I'm supressing this warning. In FreeSewing v3 we'll
re-evaluate this.
2022-06-12 22:37:04 +02:00
Joost De Cock
714022a608
chore: Reconfigure packages
2022-05-21 20:34:32 +02:00
Nick Dower
0da517c2ed
Reconfigure README.md files.
2022-03-03 05:46:34 +01:00
Joost De Cock
23f70b4b59
release: FreeSewing 2.20.7
...
This fixes an issue in our workbench component that caused an error for
people using our development environment.
2022-02-20 19:35:36 +01:00
Joost De Cock
cbf258bb6e
chore: Reconfigure packages
2022-02-16 20:45:38 +01:00
Joost De Cock
2380b4f2db
chore: Reconfigure packages
2022-01-27 15:20:28 +01:00
Joost De Cock
4143b3a818
chore: Reconfigure packages
2022-01-27 12:59:01 +01:00
Joost De Cock
e926e20acf
chore: Dependency updates
2022-01-27 09:35:42 +01:00
Joost De Cock
c654a8b7ed
chore: Changelog update
2022-01-23 14:05:19 +01:00
Joost De Cock
a5844ee08b
chore: Upgraded rollup/plugin-commonjs
2022-01-15 18:26:14 +01:00
Joost De Cock
3f6be382df
chore: Reconfigure packages
2022-01-14 13:00:45 +01:00
Joost De Cock
64609388bd
chore: Reconfigure packages
2022-01-09 19:19:52 +01:00
Joost De Cock
373b2c6975
release: 2.19.8
2022-01-08 16:33:28 +01:00
Joost De Cock
fc430ebc19
chore: Prep for prerelease
2022-01-08 15:38:11 +01:00
Joost De Cock
9c8c0938c0
chore: Reconfigure packages
2022-01-05 18:59:10 +01:00
Joost De Cock
afae4b1299
chore: Reconfigure packages
2021-11-29 11:41:42 +01:00
Joost De Cock
439c507eaa
chore: Reconfigure packages
2021-11-28 17:35:55 +01:00
Joost De Cock
5bdd91de5f
chore: Reconfigure packages
2021-11-28 17:34:00 +01:00
Joost De Cock
68f742d9a6
fix: alphabetic ordering of contributors
2021-11-28 17:27:56 +01:00
Joost De Cock
cacf17c56e
fix: Merged different contributor lists
2021-11-28 17:21:50 +01:00
Joost De Cock
0e5ca3520d
chore: Reconfigure packages
2021-11-28 17:11:46 +01:00
Joost De Cock
f25459f3cb
chore: Reconfigure packages
2021-11-28 17:03:16 +01:00
Joost De Cock
c4f0b8ca19
Implement all-contributors. See #1523
2021-11-27 20:06:56 +01:00
Joost De Cock
3285cece79
fix: Update link to Discord in READMEs
2021-06-20 15:56:50 +02:00
Joost De Cock
9018b0b27b
chore: Updated badges
2021-02-06 12:28:02 +01:00
Joost De Cock
e421b52f8f
chore: Readme tweaks
2021-02-06 10:25:28 +01:00
Joost De Cock
9dc9203501
chore: Readme tweaks
2021-02-06 10:22:58 +01:00
Joost De Cock
132111710d
feat: Updated READMEs with todo list and new banner
2021-02-06 10:19:57 +01:00
Joost De Cock
e227491af4
chore: Reconfigure packages
2020-10-03 16:01:37 +02:00
Joost De Cock
1273c1a374
fix: Broken links in readme
2020-03-16 09:29:25 +01:00
Joost De Cock
62d5b4e7f9
chore: Reconfigure packages
2019-10-24 18:52:12 +02:00
Joost De Cock
23faf8cd8a
chore: Reconfigure packages
2019-10-12 16:13:04 +02:00
Joost De Cock
4f3823c65b
🔧 Reconfigure packages
2019-08-25 17:23:14 +02:00
Joost De Cock
7ebc512142
🔧 Reconfigure packages
2019-08-13 18:58:53 +02:00
Joost De Cock
576683bf33
✏️ Tweaks to the READMEs
2019-05-10 15:17:31 +02:00
Joost De Cock
1441cf39df
✏️ Tweaks to the READMEs
2019-05-10 15:08:07 +02:00
Joost De Cock
067338271d
🚧 Tweaks to READMEs
2019-04-21 12:57:12 +02:00
Joost De Cock
daf65326ae
🚧 Added verdaccio as mock local registry
2019-04-20 15:36:31 +02:00
Joost De Cock
51e3aa83ce
🔧 Changes badges layout in READMEs
2019-04-19 20:48:29 +02:00
Joost De Cock
1fd46554af
🔧 Switched to centrally managed README files
2019-04-19 20:09:30 +02:00
Travis Fischer
dd83df8f4e
use node-compat-require instead of webpack for node >= 4 support; update dependencies
2019-04-19 08:36:01 +02:00
Travis Fischer
1a02961234
.
2019-04-19 08:36:01 +02:00
Travis Fischer
bb2a07cdd8
bugfix
2019-04-19 08:36:00 +02:00
Travis Fischer
631413c4eb
.
2019-04-19 08:36:00 +02:00
Travis Fischer
45df6e1a3f
.
2019-04-19 08:36:00 +02:00
Travis Fischer
4bb1cc11c5
.
2019-04-19 08:36:00 +02:00