Skip to content

Commit

Permalink
Merge branch 'with-stitches-example' of https://github.com/peduarte/n…
Browse files Browse the repository at this point in the history
…ext.js into with-stitches-example
  • Loading branch information
Pedro Duarte committed Sep 3, 2020
2 parents 021929e + e2ba0fe commit e951411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
7 changes: 3 additions & 4 deletions examples/with-stitches/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "with-stitches",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@stitches/react": "0.0.1",
"next": "9.5.1",
"react": "16.13.1",
"react-dom": "16.13.1"
"next": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@types/react": "^16.9.43",
Expand Down
10 changes: 0 additions & 10 deletions examples/with-stitches/public/zeit.svg

This file was deleted.

0 comments on commit e951411

Please sign in to comment.