Skip to content

Commit

Permalink
v1.3.3, minor bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed Mar 18, 2012
1 parent ecde2f8 commit 1603481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ncore
Expand Up @@ -88,7 +88,7 @@ function next() {

code = bundle.bundle()

code.replace(/\/ncore\/node_modules/g, "")
code = code.replace(/\/ncore\/node_modules/g, "")

fs.writeFile(path.join(process.cwd(), program.out), code)
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ncore",
"version": "1.3.2",
"version": "1.3.3",
"description": "Core library for your application",
"keywords": ["core", "architecture", "infrastructure"],
"author": "Raynos <raynos2@gmail.com>",
Expand Down

0 comments on commit 1603481

Please sign in to comment.