Skip to content

Commit be0d26e

Browse files
author
jfusco
committed
Renaming component css to styles.css to be a bit more generic. Removing unused webpack config file. Removving unused config property. Updating npmignore and README
1 parent 1cce8b1 commit be0d26e

20 files changed

+47
-113
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
],
66
"plugins": [
77
"transform-function-bind",
8-
"transform-class-properties"
8+
"transform-class-properties",
9+
"transform-object-rest-spread"
910
]
1011
}

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ demo.gif
1818
.travis.yml
1919
config.json
2020
gulpfile.babel.js
21-
webpack.config.build.babel.js
21+
webpack.config.babel.js
2222
webpack.config.example.babel.js

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ $tag-input-placeholder-color
206206

207207
If you don't care to override variables and just want to override actual styles you may choose to import the minified compiled version of the css instead
208208
```scss
209-
@import "node_modules/react-tagging-input/dist/react-tags.css";
209+
@import "node_modules/react-tagging-input/dist/styles.css";
210210
```
211211

212212
## Tests ##

config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"css": {
3-
"fileName": "react-tags"
4-
},
52
"scripts": {
63
"fileName": "react-tags",
74
"entry": "Tags",

dist/react-tags.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/react-tags.css renamed to dist/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/styles.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/coverage/clover.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<coverage generated="1478449184077" clover="3.2.0">
3-
<project timestamp="1478449184077" name="All files">
2+
<coverage generated="1478453527219" clover="3.2.0">
3+
<project timestamp="1478453527219" name="All files">
44
<metrics statements="52" coveredstatements="52" conditionals="71" coveredconditionals="52" methods="22" coveredmethods="22" elements="145" coveredelements="126" complexity="0" loc="52" ncloc="52" packages="1" files="2" classes="2">
55
<file name="Tag.js" path="/Users/Rinzler/Projects/Personal/react-tagging-input/src/component/js/Tag.js">
66
<metrics statements="8" coveredstatements="8" conditionals="7" coveredconditionals="6" methods="3" coveredmethods="3"/>

docs/coverage/lcov-report/Tag.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h1>
160160
</div><!-- /wrapper -->
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage
163-
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Nov 06 2016 11:19:43 GMT-0500 (EST)
163+
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Nov 06 2016 12:32:07 GMT-0500 (EST)
164164
</div>
165165
</div>
166166
<script src="prettify.js"></script>

docs/coverage/lcov-report/Tags.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ <h1>
574574
</div><!-- /wrapper -->
575575
<div class='footer quiet pad2 space-top1 center small'>
576576
Code coverage
577-
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Nov 06 2016 11:19:43 GMT-0500 (EST)
577+
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Nov 06 2016 12:32:07 GMT-0500 (EST)
578578
</div>
579579
</div>
580580
<script src="prettify.js"></script>

0 commit comments

Comments
 (0)