Skip to content

Commit b5763bf

Browse files
committed
Merge pull request #123 from amiller-gh/master
Add Typescript definitions file to whitelisted files for publish
2 parents 10f0adb + e6f859f commit b5763bf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.1.1
2+
3+
* Fix: typescript definitions weren't in the published package.
4+
15
# 3.1.0
26

37
* Fixed numerous bugs in attribute nodes relating to the handling of comments

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-selector-parser",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"devDependencies": {
55
"ava": "^0.20.0",
66
"babel-cli": "^6.4.0",
@@ -28,7 +28,8 @@
2828
"API.md",
2929
"CHANGELOG.md",
3030
"LICENSE-MIT",
31-
"dist"
31+
"dist",
32+
"postcss-selector-parser.d.ts"
3233
],
3334
"scripts": {
3435
"pretest": "eslint src",

0 commit comments

Comments
 (0)