Skip to content

Commit

Permalink
feat(npm): Smaller npm published size
Browse files Browse the repository at this point in the history
closes #15
  • Loading branch information
bahmutov committed Nov 20, 2015
1 parent a5ae231 commit 94131ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "lazy-ass",
"main": "index.js",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/bahmutov/lazy-ass",
"license": "MIT",
"ignore": [
Expand Down
8 changes: 7 additions & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "lazy-ass",
"description": "Lazy assertions without performance penalty",
"version": "1.0.0",
"version": "1.1.0",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bugs": {
"url": "https://github.com/bahmutov/lazy-ass/issues"
Expand Down Expand Up @@ -57,6 +57,12 @@
"engines": {
"node": "> 0.8"
},
"files": [
"index.js",
"index.html",
"bower.json",
"test/demo.js"
],
"homepage": "https://github.com/bahmutov/lazy-ass",
"keywords": [
"assertion",
Expand Down

0 comments on commit 94131ed

Please sign in to comment.