From 1e1dcce0538ba92eb86c8c278e08309f26963051 Mon Sep 17 00:00:00 2001 From: mbrookes Date: Wed, 11 Nov 2015 21:38:52 +0000 Subject: [PATCH] Remove explicit files declaration from package.json --- CHANGELOG.md | 4 ++++ package.json | 13 +++---------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0289902..f6e58bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +======= +* 0.3.2 Remove explicit files declaration from package.json (the npm docs lie!) +* 0.3.1 Add ./lib/ to package.json. +* 0.3.0 Split into separate files to allow individual import of MUI components * 0.2.5 Fix issue #21 Textfield defaultValue handling. * 0.2.4 Updated textfield handling (@vijayrawatsan), selectfield fix (@dmlinn). * 0.2.3 Fix textfield initialization through this.refs.form.reset(model) (@vijayrawatsan). diff --git a/package.json b/package.json index 13acbaf..a73fd78 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,12 @@ { "name": "formsy-material-ui", - "version": "0.2.5", + "version": "0.3.2", "description": "A formsy-react compatibility wrapper for Material-UI form components.", "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, "repository": { "type": "git", "url": "git+https://github.com/mbrookes/formsy-material-ui.git" }, - "files": [ - "index.js", - "README.md", - "LICENSE" - ], "peerDependencies": { "formsy-react": ">=0.14.1 <1" }, @@ -22,7 +14,8 @@ "babel": "^5.0.0" }, "scripts": { - "prepublish": "babel formsy-material-ui.jsx -o index.js" + "test": "echo \"Error: no test specified\" && exit 1", + "prepublish": "babel ./src -d ./lib" }, "keywords": [ "formsy",