react-component-data-table
Advanced tools
+5
-5
| { | ||
| "name": "react-component-data-table", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
| "build": "./node_modules/.bin/babel --presets=es2015,stage-0,react src/components/DataTable.js --out-file index.js && ./node_modules/react-docgen-readme/bin/cli.js src/components/ --template props.md --delimiter props && documentation readme src/components/DataTable.js --section 'API'", | ||
| "publish": "npm run build && npm publish --access public", | ||
| "publish": "npm publish --access public", | ||
| "win-dev": "set NODE_ENV=development&&webpack-dev-server --host 0.0.0.0 --inline --progress --colors --port 3000 --content-base src/", | ||
@@ -17,3 +17,3 @@ "win-build": "set NODE_ENV=production&&webpack --progress --profile --colors" | ||
| "type": "git", | ||
| "url": "git+https://github.com/m860/react-component-navigationbar.git" | ||
| "url": "git+https://github.com/m860/react-component-data-table.git" | ||
| }, | ||
@@ -23,5 +23,5 @@ "author": "", | ||
| "bugs": { | ||
| "url": "https://github.com/m860/react-component-navigationbar/issues" | ||
| "url": "https://github.com/m860/react-component-data-table/issues" | ||
| }, | ||
| "homepage": "https://github.com/m860/react-component-navigationbar#readme", | ||
| "homepage": "https://github.com/m860/react-component-data-table#readme", | ||
| "devDependencies": { | ||
@@ -28,0 +28,0 @@ "autoprefixer": "^6.3.6", |
13578
-0.19%