Skip to content

Commit 6cf67a7

Browse files
author
Ivan Uzun
committed
exclude test files from es build
1 parent 7f4bb43 commit 6cf67a7

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.babelrc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"presets": [
3-
"react",
4-
"env",
5-
"stage-0"
6-
]
7-
}
2+
"presets": [
3+
"react",
4+
"env",
5+
"stage-0"
6+
]
7+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $SM-tagBackgroundColor: $SM-focusColor;
7373
$SM-tagCloseColor: $SM-textColor;
7474
$SM-tagCloseBackgroundColor: $SM-lightGrey;
7575
76-
// DropDown
76+
// DropDown Arrow
7777
$SM-dropDownArrowColor: $SM-mutedColor;
7878
$SM-dropDownActiveArrowColor: $SM-lightBlue;
7979

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "react-sm-select",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "React Multi/Single Select Component",
55
"main": "./dist/index.js",
66
"module": "./es/index.js",
77
"scripts": {
88
"start": "run-p scss:w catalog-start",
9-
"es": "babel src -d es -D",
9+
"es": "babel src -d es -D --ignore '**/*.test.js'",
1010
"build": "npm run scss && webpack --mode production && npm run es",
1111
"prepublish": "rm -rf dist es && npm run build",
1212
"scss": "node-sass src/styles.scss src/styles.css && postcss src/styles.css -u autoprefixer -o src/styles.css",

0 commit comments

Comments
 (0)