Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Escalante committed Apr 22, 2014
1 parent fe9cd93 commit ae19cf9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "autoprefixer-stylus",
"description": "autoprefixer for stylus",
"version": "0.0.4",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,15 +20,12 @@
"author": "Jeff Escalante",
"main": "index.js",
"scripts": {
"test": "mocha"
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage;"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"autoprefixer": "1.1.x"
},
"scripts": {
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage;"
}
}

0 comments on commit ae19cf9

Please sign in to comment.