Skip to content

Commit

Permalink
v1.4.2 - renamed docs to <root>/example.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Wendel committed May 31, 2016
1 parent be9b772 commit 898093e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ node_modules

# intelliJ
.idea

docs
example.html
6 changes: 0 additions & 6 deletions docs/documentation.html

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "ffe-dropdown-react",
"version": "1.4.1",
"version": "1.4.2",
"main": "lib/dropdown.js",
"scripts": {
"build": "babel -d lib/. --ignore=*.test.js src/. && npm run docs",
"build": "babel -d lib/. --ignore=*.test.js src/. && npm run example",
"lint": "eslint src/.",
"test:nsp": "nsp check",
"test:spec": "mocha --require babel-register src/**/*.test.js",
"test": "npm run test:spec && npm run test:nsp",
"tdd": "mocha --require babel-register src/**/*.test.js -w",
"prepublish": "npm run build",
"docs": "babel-node docs/create-docs.js > docs/documentation.html",
"example": "babel-node docs/create-docs.js > example.html",
"has-published": "npm show . versions -s | grep -q ${npm_package_version}"
},
"peerDependencies": {
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"files": [
"lib",
"docs",
"example.html",
"*.js"
],
"babel": {
Expand Down

0 comments on commit 898093e

Please sign in to comment.