Skip to content

Commit d27e4f2

Browse files
committed
Update version to 0.1.0.
1 parent be0b336 commit d27e4f2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ cache:
55
- ./npm
66

77
script:
8+
- npm ci
9+
- cd test
810
- npm ci
911
- npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mini-css-themes-plugin",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Webpack plugin to generate separate themes for css modules.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)