diff --git a/packages/x-shared/package.json b/packages/x-shared/package.json new file mode 100644 index 000000000..e17142e9c --- /dev/null +++ b/packages/x-shared/package.json @@ -0,0 +1,10 @@ +{ + "name": "@ant-design/x-shared", + "version": "0.0.0", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "license": "MIT", + "description": "placeholder for @ant-design/x-shared" +}