Skip to content

Commit

Permalink
Merge pull request #11 from bootstrap-styled/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
kopax authored Dec 16, 2018
2 parents e46b315 + 8d0c60e commit 801dbd4
Show file tree
Hide file tree
Showing 13 changed files with 96 additions and 407 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ coverage/
/reports
/test-report.xml
jest_0
lib
dist
/lib
/dist
/public
/docs/cli
/docs/declinations
package-lock.json
package-lock.json
11 changes: 10 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ sonar-project.properties
.gitlab-ci.yml
.travis.yml
.npmrc
.babelrc
CONTRIBUTING.md
CODE_OF_CONDUCT.md
CHANGELOG.md
internals
babel.config.js
babel.ext.json
babel.ext.json
README.md
text-report.xml
.idea
coverage
docs/
reports/
/styleguide
bundle-stats.html
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
organization: $(echo $TRAVIS_REPO_SLUG | awk -F '/' '{print $1}')
script:
- npm run test
- sonar-scanner -Dsonar.projectVersion=${SONAR_VERSION}
- if [[ "$TRAVIS_BRANCH" != greenkeeper* ]]; then sonar-scanner -Dsonar.projectVersion=${SONAR_VERSION}; fi

# Job: Release
- stage: release
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Build Status](https://travis-ci.org/bootstrap-styled/toggle.svg?branch=master)](https://travis-ci.org/bootstrap-styled/toggle) [![npm Version](https://img.shields.io/npm/v/@bootstrap-styled/toggle.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/toggle) [![License](https://img.shields.io/npm/l/@bootstrap-styled/toggle.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/toggle) [![NPM monthly downloads](https://img.shields.io/npm/dm/@bootstrap-styled/toggle.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/toggle) [![NPM total downloads](https://img.shields.io/npm/dt/@bootstrap-styled/toggle.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/toggle) [![npm Version](https://img.shields.io/node/v/@bootstrap-styled/toggle.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/toggle) [![Module formats](https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/toggle)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.toggle&metric=coverage)](https://sonarcloud.io/dashboard?id=com.github.bootstrap-styled.toggle) [![Quality gate status](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.toggle&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.github.bootstrap-styled.toggle)
[![gitter](https://badges.gitter.im/bootstrap-styled/bootstrap-styled.svg)](https://gitter.im/bootstrap-styled)
[![Greenkeeper badge](https://badges.greenkeeper.io/bootstrap-styled/toggle.svg)](https://greenkeeper.io/)

Toggle option made with bootstrap and optionaly use react-intl or any other ui component

Expand Down Expand Up @@ -29,7 +31,7 @@ Please also note that all repositories under the bootstrap-styled organization f

The MIT License

Copyright (c) 2017-2018 Yeutech Company Limited. https://bootstrap-styled.github.io
Copyright (c) 2017-2018 Yeutech Company Limited. https://bootstrap-styled.github.io/bootstrap-styled

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
87 changes: 0 additions & 87 deletions lib/components/Toggle/ToggleOption.js

This file was deleted.

106 changes: 0 additions & 106 deletions lib/components/Toggle/index.js

This file was deleted.

42 changes: 0 additions & 42 deletions lib/components/Toggle/tests/ToggleOption.test.js

This file was deleted.

54 changes: 0 additions & 54 deletions lib/components/Toggle/tests/index.test.js

This file was deleted.

23 changes: 0 additions & 23 deletions lib/index.js

This file was deleted.

11 changes: 0 additions & 11 deletions lib/tests/index.test.js

This file was deleted.

Loading

0 comments on commit 801dbd4

Please sign in to comment.