Skip to content

Commit

Permalink
Merge pull request #97 from javiercr/master
Browse files Browse the repository at this point in the history
Fix kitchen-sink example
  • Loading branch information
alloy authored Sep 2, 2019
2 parents 667c8c3 + bf0ce08 commit 730d601
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@artsy/fresnel-basic",
"name": "@artsy/kitchen-sink",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "babel-node --extensions '.ts,.tsx,.js,.jsx' src/server.tsx"
},
"dependencies": {
"@artsy/detect-responsive-traits": "0.0.4",
"@artsy/fresnel": "^0.0.1",
"@babel/node": "^7.4.5",
"express": "^4.17.0",
Expand All @@ -23,8 +24,9 @@
"@types/react": "16.8.18",
"@types/react-dom": "16.8.4",
"babel-loader": "8.0.6",
"webpack": "4.32.0",
"webpack": "^4.32.0",
"webpack-cli": "3.3.2",
"webpack-dev-middleware": "3.7.0"
"webpack-dev-middleware": "3.7.0",
"webpack-dev-server": "^3.8.0"
}
}

0 comments on commit 730d601

Please sign in to comment.