Skip to content

Commit

Permalink
Update outdated AVA dependency, add npmignore file to keep download s…
Browse files Browse the repository at this point in the history
…maller
  • Loading branch information
jelmerdemaat committed Jul 3, 2017
1 parent 24ac2cf commit 0bf9d39
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These files don't have to be included in the npm package download

# Test
test/
.travis.yml

# Editor
.editorconfig

# Other
*.log

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,27 @@
"name": "postcss-base64",
"version": "0.7.0",
"description": "Replace values in url() statements with base64 encoded strings.",
"author": "Jelmer de Maat",
"author": "Jelmer de Maat <post@jelmerdemaat.nl> (https://github.com/jelmerdemaat)",
"keywords": [
"base64",
"encode",
"postcss-plugin",
"postcss"
],
"main": "index.js",
"scripts": {
"test": "ava --verbose"
},
"dependencies": {
"postcss": "^5.0.12"
},
"repository": "git@github.com:jelmerdemaat/postcss-base64.git",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/jelmerdemaat/postcss-base64/issues"
},
"homepage": "https://github.com/jelmerdemaat/postcss-base64#readme",
"devDependencies": {
"ava": "^0.17.0"
"ava": "^0.20.0"
}
}

0 comments on commit 0bf9d39

Please sign in to comment.