Skip to content

Commit

Permalink
devServer added to linting, package updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Jan 12, 2016
1 parent c7c75fc commit 8096802
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
{
"name": "react-portal",
"version": "1.5.3",
"description": "React component for transportation of modals, lightboxes, loading bars... to document.body",
"main": "build/portal",
"files": [
"*.md",
"LICENSE",
"lib",
"build"
],
"description": "Simple React component for transportation of your modals, lightboxes, etc. to document.body",
"author": "Vojtech Miksu <[email protected]>",
"version": "1.5.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tajo/react-portal"
},
"author": "Vojtech Miksu <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node devServer.js",
"build": "mkdir -p build && babel ./lib/portal.js --out-file ./build/portal.js",
"build:examples": "npm run clean && npm run build:examples:webpack",
"build:examples:webpack": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
"clean": "rimraf build",
"test": "NODE_ENV=test mocha --compilers js:babel-register",
"lint": "eslint examples lib test",
"lint": "eslint examples lib test devServer.js",
"prepublish": "npm run build"
},
"tags": [
"react"
],
"keywords": [
"react",
"react-component",
Expand Down

0 comments on commit 8096802

Please sign in to comment.