Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paragon
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
paragon
Commits
996a9434
Commit
996a9434
authored
Dec 11, 2017
by
Ari Rizzitano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor config changes
parent
bee371ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
config/webpack.scoped.config.js
+1
-1
package.json
+2
-1
src/index.js
+7
-5
No files found.
config/webpack.scoped.config.js
View file @
996a9434
...
@@ -3,7 +3,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin');
...
@@ -3,7 +3,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin');
module
.
exports
=
{
module
.
exports
=
{
output
:
{
output
:
{
filename
:
'scoped/
[name].min
.js'
,
filename
:
'scoped/
index
.js'
,
library
:
'paragon'
,
library
:
'paragon'
,
libraryTarget
:
'umd'
,
libraryTarget
:
'umd'
,
},
},
...
...
package.json
View file @
996a9434
...
@@ -11,13 +11,14 @@
...
@@ -11,13 +11,14 @@
"scripts"
:
{
"scripts"
:
{
"build"
:
"NODE_ENV=production webpack --config config/webpack.config.js"
,
"build"
:
"NODE_ENV=production webpack --config config/webpack.config.js"
,
"build-storybook"
:
"build-storybook"
,
"build-storybook"
:
"build-storybook"
,
"commitmsg"
:
"commitlint -e $GIT_PARAMS"
,
"coveralls"
:
"cat ./coverage/lcov.info | coveralls"
,
"coveralls"
:
"cat ./coverage/lcov.info | coveralls"
,
"debug-test"
:
"node --inspect-brk node_modules/.bin/jest --runInBand --coverage"
,
"debug-test"
:
"node --inspect-brk node_modules/.bin/jest --runInBand --coverage"
,
"deploy-storybook"
:
"storybook-to-ghpages"
,
"deploy-storybook"
:
"storybook-to-ghpages"
,
"gc"
:
"commit"
,
"gc"
:
"commit"
,
"lint"
:
"eslint --ext .js --ext .jsx ."
,
"lint"
:
"eslint --ext .js --ext .jsx ."
,
"precommit"
:
"npm run lint"
,
"precommit"
:
"npm run lint"
,
"
commitmsg"
:
"commitlint -e $GIT_PARAMS
"
,
"
prepublishOnly"
:
"npm run build
"
,
"semantic-release"
:
"semantic-release pre && npm publish && semantic-release post"
,
"semantic-release"
:
"semantic-release pre && npm publish && semantic-release post"
,
"snapshot"
:
"jest --updateSnapshot"
,
"snapshot"
:
"jest --updateSnapshot"
,
"start"
:
"start-storybook -p 6006"
,
"start"
:
"start-storybook -p 6006"
,
...
...
src/index.js
View file @
996a9434
...
@@ -2,27 +2,29 @@ import asInput from './asInput';
...
@@ -2,27 +2,29 @@ import asInput from './asInput';
import
Button
from
'./Button'
;
import
Button
from
'./Button'
;
import
CheckBox
from
'./CheckBox'
;
import
CheckBox
from
'./CheckBox'
;
import
Dropdown
from
'./Dropdown'
;
import
Dropdown
from
'./Dropdown'
;
import
Hyperlink
from
'./Hyperlink'
;
import
InputSelect
from
'./InputSelect'
;
import
InputSelect
from
'./InputSelect'
;
import
InputText
from
'./InputText'
;
import
InputText
from
'./InputText'
;
import
Modal
from
'./Modal'
;
import
Modal
from
'./Modal'
;
import
RadioButtonGroup
,
{
RadioButton
}
from
'./RadioButtonGroup'
;
import
StatusAlert
from
'./StatusAlert'
;
import
StatusAlert
from
'./StatusAlert'
;
import
Table
from
'./Table'
;
import
Table
from
'./Table'
;
import
Tabs
from
'./Tabs'
;
import
Tabs
from
'./Tabs'
;
import
RadioButtonGroup
,
{
RadioButton
}
from
'./RadioButtonGroup'
;
import
TextArea
from
'./TextArea'
;
import
Hyperlink
from
'./Hyperlink'
;
export
{
export
{
asInput
,
asInput
,
Button
,
Button
,
CheckBox
,
CheckBox
,
Dropdown
,
Dropdown
,
Hyperlink
,
InputSelect
,
InputSelect
,
InputText
,
InputText
,
Modal
,
Modal
,
RadioButtonGroup
,
RadioButton
,
StatusAlert
,
StatusAlert
,
Table
,
Table
,
Tabs
,
Tabs
,
RadioButtonGroup
,
TextArea
,
RadioButton
,
Hyperlink
,
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment