diff --git a/package.json b/package.json index 227a127..86d3475 100644 --- a/package.json +++ b/package.json @@ -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", @@ -31,7 +31,8 @@ }, "files": [ "id.js", - "index.js" + "index.js", + "laws/*.js" ], "main": "index.js", "scripts": {