Skip to content

Commit

Permalink
npm-structure
Browse files Browse the repository at this point in the history
  • Loading branch information
warmuuh committed Feb 22, 2013
1 parent 378d4b0 commit 09fd23e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 168 deletions.
2 changes: 1 addition & 1 deletion example/main.js
Expand Up @@ -19,7 +19,7 @@ wire({

plugins: [
//{module: "wire/debug", trace: true},
{module: "./yaap/wire"}
{module: "yaap/wire"}

]

Expand Down
22 changes: 22 additions & 0 deletions example/package.json
@@ -0,0 +1,22 @@
{
"name": "yaap_example",
"version": "0.0.1",
"description": "yaap example",
"keywords": [ "javascript" ],
"repository": {
"type": "git",
"url": "https://github.com/warmuuh/yaap.git"
},
"bugs": {
"url": "https://github.com/warmuuh/yaap/issues"
},
"contributors": [
"Peter Mucha <ptmucha@gmail.com>"
],
"dependencies": {
"yaap": "0.0.1",
"wire": "0.9.1"
},
"license": "MIT",
"readmeFilename": "README.md"
}
167 changes: 0 additions & 167 deletions yaap/npm-debug.log

This file was deleted.

0 comments on commit 09fd23e

Please sign in to comment.