Skip to content

Commit

Permalink
Removing unused example/build code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 13, 2014
1 parent 96e7760 commit b894fe1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 66 deletions.
Empty file removed examples/simple.js
Empty file.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"dependencies": {},
"devDependencies": {
"tape": "~2.14.0",
"browserify-server": "~2.1.18",
"browservefy": "~0.0.10",
"testem": "~0.6.8",
"covert": "~1.0.0"
},
"licenses": [
Expand All @@ -36,9 +33,6 @@
],
"scripts": {
"test": "node test/index.js",
"build": "browserify-server --bundle=test/index.js -o test/static/bundle.js --debug",
"testem": "testem",
"example": "browservefy ./examples/simple.js --browserify='browserify-server' --live -- --debug --bundle",
"coverage": "covert test/index.js",
"coverage-quiet": "covert test/index.js --quiet"
},
Expand Down
11 changes: 0 additions & 11 deletions test/static/index.html

This file was deleted.

49 changes: 0 additions & 49 deletions test/static/test-adapter.js

This file was deleted.

0 comments on commit b894fe1

Please sign in to comment.