Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Use files field instead of .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nDmitry committed Aug 5, 2014
1 parent d4bd32d commit e14c128
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .npmignore

This file was deleted.

22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-autoprefixer",
"description": "Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.",
"version": "0.8.2",
"description": "Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.",
"author": {
"name": "Dmitry Nikitenko",
"email": "dima.nikitenko@gmail.com"
Expand All @@ -14,6 +14,17 @@
"scripts": {
"test": "grunt test"
},
"keywords": [
"gruntplugin",
"css",
"postprocessor",
"prefix",
"autoprefixer"
],
"files": [
"tasks",
"LICENSE"
],
"dependencies": {
"autoprefixer": "^2.1.0",
"diff": "~1.0.8",
Expand All @@ -30,12 +41,5 @@
},
"peerDependencies": {
"grunt": "~0.4.2"
},
"keywords": [
"gruntplugin",
"css",
"postprocessor",
"prefix",
"autoprefixer"
]
}
}

0 comments on commit e14c128

Please sign in to comment.