Skip to content

Commit

Permalink
Merge pull request #20 from edx/ari/npm
Browse files Browse the repository at this point in the history
prepare to publish to npm
  • Loading branch information
arizzitano authored Oct 11, 2017
2 parents 4ebc1ab + 6a4b179 commit a4e492b
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 1,403 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.DS_Store
.eslintcache
.storybook
node_modules
npm-debug.log
.travis.yml
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

2 changes: 0 additions & 2 deletions dist/Dropdown.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/Dropdown.js.map

This file was deleted.

1,395 changes: 0 additions & 1,395 deletions dist/paragon.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/paragon.min.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "paragon",
"name": "@edx/paragon",
"version": "0.0.1",
"description": "Accessible, responsive UI component library based on Bootstrap.",
"main": "src/index.js",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/paragon-reset.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '~edx-bootstrap/sass/open-edx/theme';
@import '~@edx/edx-bootstrap/sass/open-edx/theme';
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins";

Expand Down

0 comments on commit a4e492b

Please sign in to comment.