Skip to content

Commit

Permalink
Adding the laws folder for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRichardson committed Jan 31, 2016
1 parent 900f841 commit 2243ee9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fantasy-land",
"author": "Brian McKenna",
"version": "0.2.0",
"version": "0.2.1",
"description": "Specification for interoperability of common algebraic structures in JavaScript",
"license": "MIT",
"homepage": "https://github.com/fantasyland/fantasy-land",
Expand Down Expand Up @@ -31,7 +31,8 @@
},
"files": [
"id.js",
"index.js"
"index.js",
"laws/*.js"
],
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2243ee9

Please sign in to comment.