We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729b3ca commit 4f427c4Copy full SHA for 4f427c4
History.md
@@ -1,4 +1,12 @@
1
2
+0.6.2 / 2013-01-04
3
+==================
4
+
5
+ * add .removeFile(type, filename)
6
+ * add .alias() helper
7
+ * rename .name to .basename
8
+ * refactor .lookup() to use fs.existsSync
9
10
0.6.1 / 2013-01-02
11
==================
12
package.json
@@ -1,6 +1,6 @@
{
"name": "component-builder",
- "version": "0.6.1",
+ "version": "0.6.2",
"description": "Component build tool",
"keywords": [
"component",
0 commit comments