Skip to content

Commit

Permalink
Don't npm ignore .d.ts
Browse files Browse the repository at this point in the history
jednano committed Aug 3, 2015
1 parent 1b335dc commit 2c1fea3
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*
!.d.ts
*.sln*
*.suo
build/
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.0.5
- Don't npm ignore .d.ts.

## 0.0.4
- npm ignore scripts.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-center",
"version": "0.0.4",
"version": "0.0.5",
"description": "PostCSS plugin to center elements.",
"main": "dist/lib/plugin.js",
"scripts": {

0 comments on commit 2c1fea3

Please sign in to comment.