disqus-react
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "disqus-react", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Official React components to embed Disqus discussions and comments.", | ||
@@ -9,7 +9,14 @@ "repository": { | ||
}, | ||
"main": "src/index.js", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"dist", | ||
"lib" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "webpack-dev-server --hot --progress --colors", | ||
"build": "webpack --progress --colors" | ||
"start": "webpack-dev-server --config webpack.examples.config.js --hot --progress --colors", | ||
"build:example": "webpack --config webpack.examples.config.js --progress --colors", | ||
"build:dist": "webpack --config webpack.dist.config.js --progress --colors && uglifyjs dist/index.js -cm -o dist/index.min.js --source-map content=dist/index.js.map,url=index.min.js.map", | ||
"build:babel": "babel src --out-dir lib --source-map", | ||
"build": "npm run build:example && npm run build:dist && npm run build:babel" | ||
}, | ||
@@ -23,2 +30,3 @@ "author": "Ryan Valentin", | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.24.0", | ||
@@ -31,2 +39,3 @@ "babel-eslint": "^7.2.1", | ||
"eslint-plugin-react": "^6.10.3", | ||
"uglify-js": "^3.1.2", | ||
"webpack": "^2.3.2", | ||
@@ -33,0 +42,0 @@ "webpack-dev-server": "^2.4.2" |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
4461
11
3
0
2