Skip to content

Commit

Permalink
Merge branch 'fengzilong-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Jan 17, 2020
2 parents b7ddab2 + 2d2297d commit b818b6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Check out the live demo [here](https://craft.js.org/examples/basic/)
```bash
> git clone https://github.com/prevwong/craft.js/
> cd craft.js/packages/examples/basic
> yarn install
> yarn dev
> npm install
> npm dev
```
4 changes: 3 additions & 1 deletion packages/examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"clean": "rimraf lib .next out dist"
},
"devDependencies": {
"@zeit/next-css": "^1.0.1"
"@zeit/next-css": "^1.0.1",
"cross-env": "^6.0.3",
"next-compose-plugins": "^2.2.0"
}
}
3 changes: 2 additions & 1 deletion packages/examples/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"next-compose-plugins": "^2.2.0",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.1.3"
"tailwindcss": "^1.1.3",
"typescript": "^3.7.5"
}
}

0 comments on commit b818b6f

Please sign in to comment.