Skip to content

Commit

Permalink
chore: add files prop to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Jul 20, 2022
1 parent 6e2c306 commit 45072f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/grunt-atomizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"type": "git",
"url": "git://github.com/acss-io/atomizer.git"
},
"files": [
"tasks",
"*.js"
],
"scripts": {
"lint": "eslint --ext .js .",
"lint:fix": "eslint --ext .js . --fix",
Expand Down
3 changes: 0 additions & 3 deletions packages/webpack-atomizer-loader/.npmignore

This file was deleted.

6 changes: 5 additions & 1 deletion packages/webpack-atomizer-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@
"directory": "webpack-atomizer-loader",
"type": "git",
"url": "git://github.com/acss-io/atomizer.git"
}
},
"files": [
"dist",
"*.js"
]
}

1 comment on commit 45072f0

@vercel
Copy link

@vercel vercel bot commented on 45072f0 Jul 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

acss-site – ./

acss-site-atomizer.vercel.app
acss-site-git-master-atomizer.vercel.app
acss-site-rho.vercel.app

Please sign in to comment.