We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10f0adb + e6f859f commit b5763bfCopy full SHA for b5763bf
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 3.1.1
2
+
3
+* Fix: typescript definitions weren't in the published package.
4
5
# 3.1.0
6
7
* Fixed numerous bugs in attribute nodes relating to the handling of comments
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-selector-parser",
- "version": "3.1.0",
+ "version": "3.1.1",
"devDependencies": {
"ava": "^0.20.0",
"babel-cli": "^6.4.0",
@@ -28,7 +28,8 @@
28
"API.md",
29
"CHANGELOG.md",
30
"LICENSE-MIT",
31
- "dist"
+ "dist",
32
+ "postcss-selector-parser.d.ts"
33
],
34
"scripts": {
35
"pretest": "eslint src",
0 commit comments