@designcrowd/fe-shared-lib 1.2.5-ml-jj-4 → 1.2.5-ml-jj-5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.5-ml-jj-4",
3
+ "version": "1.2.5-ml-jj-5",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -103,7 +103,6 @@ export default {
103
103
  },
104
104
  setup() {
105
105
  return {
106
- tr,
107
106
  searchAnotherDomainMessage: sellDomainNameListSearchResultTr('searchAnotherDomainMessage'),
108
107
  };
109
108
  },