From 132e73fbb277e87de878097cb3106c1051b7872f Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 20 Jun 2023 11:48:25 +0200 Subject: [PATCH] don't depend on theforeman/stories this was dropped from core in https://github.com/theforeman/foreman/commit/5e7343ecdad7632a94efa26fcba84889e66b06b4 --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index a76e1570..11db63ca 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,6 @@ "test:watch": "tfm-test --plugin --watchAll --config jest.config.js", "test:current": "tfm-test --plugin --watch --config jest.config.js", "publish-coverage": "tfm-publish-coverage", - "stories": "tfm-stories --plugin", - "stories:build": "tfm-build-stories --plugin", "create-react-component": "yo react-domain" }, "repository": { @@ -31,7 +29,6 @@ "@theforeman/builder": ">= 10.1.0", "@theforeman/eslint-plugin-foreman": ">= 10.1.0", "@theforeman/find-foreman": ">= 10.1.0", - "@theforeman/stories": ">= 10.1.0", "@theforeman/test": ">= 10.1.0", "@theforeman/vendor-dev": ">= 10.1.0", "babel-eslint": "^10.0.3",