diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index 12b00412a..aa1b65f7e 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: 14.x - name: Cache node_modules id: cache-modules diff --git a/packages/slate/.npmignore b/packages/slate/.npmignore new file mode 100644 index 000000000..a2fc6a34f --- /dev/null +++ b/packages/slate/.npmignore @@ -0,0 +1,4 @@ +src +rollup.config.js +tsconfig.json +nodemon.json \ No newline at end of file diff --git a/packages/slate/LICENSE b/packages/slate/LICENSE new file mode 100644 index 000000000..2c4d5027c --- /dev/null +++ b/packages/slate/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Previnash Wong Sze Chuan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/slate/README.md b/packages/slate/README.md new file mode 100644 index 000000000..2f73ffb26 --- /dev/null +++ b/packages/slate/README.md @@ -0,0 +1,22 @@ +
+ ++ Create RTE User Components with Slate.js +
++ + Documentation + +
+ ++ + Craft.js + +
\ No newline at end of file diff --git a/packages/slate/package.json b/packages/slate/package.json index 3b3af456a..33aaa0557 100644 --- a/packages/slate/package.json +++ b/packages/slate/package.json @@ -7,7 +7,7 @@ "license": "MIT", "types": "./lib/index.d.ts", "dependencies": { - "@craftjs/utils": "^0.2.0-alpha.5" + "@craftjs/utils": "^0.2.0-alpha.0" }, "devDependencies": { "slate": "^0.57.0",