1
0
Fork 0

Save after loading freesewing and pattern

This commit is contained in:
Joost De Cock 2019-04-12 19:36:32 +02:00
parent a91ecd1b3a
commit d73cd3512c
61 changed files with 6493 additions and 334 deletions

View file

@ -15,17 +15,17 @@ const tests = [
repo: 'nala/my-test-library',
license: 'MIT',
manager: 'yarn',
template: 'default',
template: 'light',
git: true
},
{
name: 'my-test-typescript-library',
name: 'my-test-dark-library',
author: 'nala',
description: 'this is a auto-generated test module. please ignore.',
repo: 'nala/my-test-library',
license: 'MIT',
manager: 'yarn',
template: 'typescript',
template: 'dark',
git: true
},
{
@ -35,7 +35,7 @@ const tests = [
repo: 'nala/my-test-library',
license: 'MIT',
manager: 'npm',
template: 'default',
template: 'light',
git: true
},
{
@ -45,12 +45,12 @@ const tests = [
repo: 'nala/my-test-typescript-library',
license: 'MIT',
manager: 'npm',
template: 'typescript',
template: 'dark',
git: true
},
{
name: '@automagical/nala',
author: 'superstar-cats',
name: '@freesewing/test',
author: 'joostdecock',
description: 'this is a auto-generated test module. please ignore.',
repo: 'superstar-cats/nala',
license: 'GPL',