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

Commit 07c80d4

Browse files
committed
Updated package.json
1 parent 48854e0 commit 07c80d4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "the-dots-frontend",
2+
"name": "universal-react-base",
33
"version": "0.0.1",
4-
"description": "Frontend of The Dots",
4+
"description": "Super basic example to get you started with Universal React/Redux (+ API requests). Lightweight and straightforward.",
55
"private": true,
66
"main": "./src/index.js",
77
"scripts": {
@@ -17,7 +17,11 @@
1717
"email": "[email protected]",
1818
"url": "http://vsl.io"
1919
},
20-
"license": "UNLICENSED",
20+
"repository": {
21+
"type": "git",
22+
"url": "[email protected]:vslio/universal-react-base.git"
23+
},
24+
"license": "MIT",
2125
"dependencies": {
2226
"axios": "^0.9.1",
2327
"babel-polyfill": "^6.7.4",

0 commit comments

Comments
 (0)