Skip to content

Commit 7289e99

Browse files
authoredJan 3, 2017
Merge pull request #47 from diegohaz/feature/arc-theme
Add arc-theme
2 parents 957e747 + 513b783 commit 7289e99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+189
-1240
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"webpack-dev-server": "^1.16.2"
5656
},
5757
"dependencies": {
58+
"arc-theme": "^0.2.1",
5859
"history": "3.0.0",
5960
"lodash": "^4.16.4",
6061
"react": "^15.3.2",
@@ -63,6 +64,6 @@
6364
"react-modal": "^1.6.4",
6465
"react-router": "^3.0.0",
6566
"react-router-scroll": "^0.4.1",
66-
"styled-components": "1.1.1"
67+
"styled-components": "^1.2.1"
6768
}
6869
}

‎src-clean/components/globals.js

-20
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.