Skip to content

Commit

Permalink
Merge pull request #10 from zgreen/test-build
Browse files Browse the repository at this point in the history
Test build
  • Loading branch information
zgreen authored Dec 30, 2016
2 parents ecaa393 + 3b49070 commit e931db5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PostCSS Critical CSS

![Travis build status](https://travis-ci.org/zgreen/postcss-critical-css.svg?branch=master)

This plugin allows the user to define and output critical CSS using custom atRules, and/or custom CSS properties. Critical CSS may be output to one or more files, as defined within the plugin options or within the CSS.

## Install
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-critical-css",
"version": "2.1.1",
"version": "2.1.2",
"description": "Generate critical CSS using PostCSS",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"eslint": "eslint test/**/*.js && eslint src/**",
"start": "eslint src/** && npm run flow && babel src/index.js --out-file index.js --watch",
"pretest": "./node_modules/.bin/babel-node test/preTest.js",
"test": "npm run pretest && tape test"
"test": "npm run build && npm run pretest && tape test"
},
"dependencies": {
"chalk": "^1.1.3",
Expand Down

0 comments on commit e931db5

Please sign in to comment.