Commit a4e492b0 by Ari Rizzitano Committed by GitHub

Merge pull request #20 from edx/ari/npm

prepare to publish to npm
parents 4ebc1ab7 6a4b179f
.DS_Store
.eslintcache
.storybook
node_modules
npm-debug.log
.travis.yml
paragon.cool
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "paragon",
"name": "@edx/paragon",
"version": "0.0.1",
"description": "Accessible, responsive UI component library based on Bootstrap.",
"main": "src/index.js",
......@@ -17,8 +17,8 @@
"test": "jest --coverage"
},
"dependencies": {
"@edx/edx-bootstrap": "^0.3.3",
"classnames": "^2.2.5",
"edx-bootstrap": "^0.2.1",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4"
......
@import '~edx-bootstrap/sass/open-edx/theme';
@import '~@edx/edx-bootstrap/sass/open-edx/theme';
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment