Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vslio committed Apr 11, 2016
1 parent 48854e0 commit 07c80d4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-dots-frontend",
"name": "universal-react-base",
"version": "0.0.1",
"description": "Frontend of The Dots",
"description": "Super basic example to get you started with Universal React/Redux (+ API requests). Lightweight and straightforward.",
"private": true,
"main": "./src/index.js",
"scripts": {
Expand All @@ -17,7 +17,11 @@
"email": "hello@vsl.io",
"url": "http://vsl.io"
},
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git@github.com:vslio/universal-react-base.git"
},
"license": "MIT",
"dependencies": {
"axios": "^0.9.1",
"babel-polyfill": "^6.7.4",
Expand Down

0 comments on commit 07c80d4

Please sign in to comment.