react-modal-dumb
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -31,2 +31,2 @@ import React from 'react'; | ||
render(<SideNav />, document.getElementById('hello')); | ||
render(<SideNav />, document.body); |
@@ -1,1 +0,1 @@ | ||
module.exports = require('./dist/bundle'); | ||
module.exports = require('./dist/index.js'); |
{ | ||
"name": "react-modal-dumb", | ||
"version": "1.0.5", | ||
"description": "", | ||
"version": "1.0.6", | ||
"description": "Fully controlled dumb react component", | ||
"main": "index.js", | ||
@@ -11,12 +11,12 @@ "options": { | ||
"clean": "rimraf dist", | ||
"dev": "npm run clean && webpack -d --watch --config webpack.config.dev.js", | ||
"build": "webpack -p --config webpack.config.js", | ||
"prepublish": "npm run build", | ||
"test": "npm run lint && npm run testonly", | ||
"prepublish": ". ./scripts/prepublish.sh", | ||
"dev": "webpack-dev-server --config examples/webpack.config.dev.js", | ||
"lint": "./node_modules/.bin/eslint ./lib", | ||
"lintfix": "./node_modules/.bin/eslint ./lib --fix", | ||
"testonly": "./node_modules/.bin/mocha $npm_package_options_mocha" | ||
"testonly": "./node_modules/.bin/mocha $npm_package_options_mocha", | ||
"test": "npm run lint && npm run testonly", | ||
"test-watch": "npm run testonly -- --watch" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"author": "Aykut Yaman", | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -40,3 +40,2 @@ "babel-runtime": "6.x.x" | ||
"eslint-plugin-react": "3.x.x", | ||
"html-webpack-plugin": "^1.1.0", | ||
"mocha": "2.x.x", | ||
@@ -43,0 +42,0 @@ "nodemon": "1.7.x", |
@@ -46,5 +46,8 @@ [![Build Status](https://travis-ci.org/aykutyaman/react-modal-dumb.svg?branch=master)](https://travis-ci.org/aykutyaman/react-modal-dumb) | ||
``` | ||
$ git clone git@github.com:aykutyaman/react-modal-dumb.git | ||
$ cd react-modal-dumb | ||
$ npm install | ||
$ npm run dev | ||
``` | ||
Now edit lib files and examples/index.jsx. After that run examples/index.html in | ||
order to see the results. | ||
Open http://localhost:8080/webpack-dev-server/bundle in order to see the results. | ||
Now edit lib files or examples/index.jsx to develop your awesome component. |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
22
0
2
53
6711
12
57
2