Skip to content

Commit

Permalink
removed cute-stack until v8-flags problems are resolved in node 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 4, 2015
1 parent f720742 commit 3d62fd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "lazy-ass",
"main": "index.js",
"version": "0.5.5",
"version": "0.5.6",
"homepage": "https://github.com/bahmutov/lazy-ass",
"license": "MIT",
"ignore": [
Expand Down
3 changes: 1 addition & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "lazy-ass",
"description": "Lazy assertions without performance penalty",
"version": "0.5.5",
"version": "0.5.6",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bugs": {
"url": "https://github.com/bahmutov/lazy-ass/issues"
Expand All @@ -11,7 +11,6 @@
"devDependencies": {
"bad-line": "0.1.1",
"coveralls": "2.11.2",
"cute-stack": "1.3.1",
"expect.js": "0.3.1",
"grunt": "0.4.5",
"grunt-banner": "0.3.1",
Expand Down
4 changes: 0 additions & 4 deletions test/demo.js
@@ -1,7 +1,3 @@
var cute = require('cute-stack');
cute.ui.badLine = require('bad-line');
cute('badLine');

require('..');
/* global lazyAss */
function bad(foo, bar) {
Expand Down

0 comments on commit 3d62fd1

Please sign in to comment.