Skip to content

Commit 33db23b

Browse files
committed
Release 0.0.2
1 parent 1af8ea5 commit 33db23b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
## 0.2
2+
* Usable release
3+
* Now called constants
4+
* The way variables are defined and imported is far cleaner and consistent
5+
16
## 0.1
27
* Initial release.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-local-constants",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "PostCSS plugin to process imported constants from a file, removing them from a global scope.",
55
"keywords": [
66
"postcss",
@@ -32,5 +32,9 @@
3232
},
3333
"scripts": {
3434
"test": "gulp"
35+
},
36+
"main": "index.js",
37+
"directories": {
38+
"test": "test"
3539
}
3640
}

0 commit comments

Comments
 (0)