Skip to content

Commit 349be14

Browse files
author
jfusco
committed
Update webpack and dependencies and remove gulp
Update dependencies and devDependencies. Remove gulp dependency completely and just use webpack and npm for running builds. Update to Webpack 2 and modify plugins and loaders accordingly Update package.json to include semver build scripts so we can easily bump the version. Update README documentation
1 parent d3549e4 commit 349be14

21 files changed

+285
-21532
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/node_modules/
22
/dist/
3-
/dist-components/
3+
/__mocks__/
44
/__tests__/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ $tag-input-border
204204
$tag-input-placeholder-color
205205
```
206206

207-
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
207+
If you don't care to override variables and just want to override actual styles you may choose to import the compiled version of the css instead
208208
```scss
209209
@import "node_modules/react-tagging-input/dist/styles.css";
210210
```

0 commit comments

Comments
 (0)