Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Remove "origamiCategory", it is no longer part of spec v2 components.
Browse files Browse the repository at this point in the history
  • Loading branch information
notlee committed Apr 29, 2021
1 parent 33149db commit b29ad14
Show file tree
Hide file tree
Showing 24 changed files with 4 additions and 26 deletions.
6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"chalk": "^4.1.1",
"chokidar": "^3.5.1",
"colors": "^1.4.0",
"create-origami-component": "^1.0.0-beta.2",
"create-origami-component": "^1.0.0-beta.3",
"deglob": "^4.0.1",
"esbuild": "^0.11.13",
"eslint": "^7.24.0",
Expand Down
1 change: 0 additions & 1 deletion test/integration/demo/fixtures/multiple-demos/origami.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"description": "a fixture to test the demo command of origami-build-tools",
"keywords": [],
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": ["master"],
"support": "https://github.com/Financial-Times/o-multiple-demos/issues",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"description": "fixture, no-dependencies",
"keywords": [],
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"description": "fixture, non-existent-npm-dependency",
"keywords": [],
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"description": "fixture, with-npm-dependencies",
"keywords": [],
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"description": "fixture, with-npm-dependency-installed",
"keywords": [],
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
1 change: 0 additions & 1 deletion test/integration/verify/fixtures/js-es5/origami.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
1 change: 0 additions & 1 deletion test/integration/verify/fixtures/js-es6/origami.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
1 change: 0 additions & 1 deletion test/integration/verify/fixtures/js-es7/origami.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
1 change: 0 additions & 1 deletion test/integration/verify/fixtures/js-invalid/origami.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
1 change: 0 additions & 1 deletion test/integration/verify/fixtures/no-readme/origami.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
1 change: 0 additions & 1 deletion test/integration/verify/fixtures/sass-invalid/origami.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down
1 change: 0 additions & 1 deletion test/integration/verify/fixtures/sass/origami.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"origamiType": "component",
"origamiCategory": "components",
"origamiVersion": "2.0",
"brands": [],
"support": "https://github.com/Financial-Times/o-example/issues",
Expand Down

0 comments on commit b29ad14

Please sign in to comment.