Browse Source

Release version 0.1.0.

Herbert Vojčík 10 years ago
parent
commit
886ebe0a05
2 changed files with 4 additions and 1 deletions
  1. 3 0
      .npmignore
  2. 1 1
      package.json

+ 3 - 0
.npmignore

@@ -0,0 +1,3 @@
+node_modules/
+/.*
+/test/

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "amd-config-builder",
-  "version": "0.0.1",
+  "version": "0.1.0",
   "description": "Builds amd config for a project from configs of its components",
   "main": "lib/configbuilder.js",
   "scripts": {