-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please publish? #38
Comments
+1 |
+1 BTW, |
actually, it appears that npm doesn't recognise the |
If I install the react-simpletabs package with npm, I get a package.json file that shows 0.7.0 version but not the peerDependencies that I see in the repo. {
"name": "react-simpletabs",
"version": "0.7.0",
"description": "Just a simple tabs component built with React",
"author": {
"name": "Pedro Nauck",
"email": "[email protected]",
"url": "https://github.com/pedronauck"
},
"bugs": {
"url": "https://github.com/pedronauck/react-simpletabs/issues"
},
"homepage": "https://github.com/pedronauck/react-simpletabs",
"license": "MIT",
"main": "dist/react-simpletabs.js",
"repository": {
"type": "git",
"url": "git://github.com/pedronauck/react-simpletabs.git"
},
"keywords": [
"react",
"react-component",
"react-tabs",
"tabs",
"tab"
],
"scripts": {
"publish": "npm publish && bower register react-simpletabs [email protected]:pedronauck/react-simpletabs.git",
"bundle": "gulp webpack && gulp webpack --production",
"start": "gulp",
"test": "jest"
},
"jest": {
"scriptPreprocessor": "./utils/jsx-preprocessor.js",
"unmockedModulePathPatterns": [
"./node_modules/react"
],
"testFileExtensions": [
"js",
"jsx"
],
"moduleFileExtensions": [
"js",
"jsx",
"json"
]
},
"peerDependencies": {
"react": "0.12.x - 1.x"
},
"dependencies": {
"classnames": "^1.2.0"
},
"devDependencies": {
"browser-sync": "^1.5.2",
"css-loader": "^0.9.0",
"extract-text-webpack-plugin": "^0.3.1",
"gulp": "^3.8.6",
"gulp-util": "^3.0.1",
"jest-cli": "^0.1.18",
"jsx-loader": "^0.12.2",
"lodash": "^2.4.1",
"react": "0.12.x - 1.x",
"react-tools": "^0.12.2",
"style-loader": "^0.8.1",
"webpack": "^1.4.4"
},
"gitHead": "6466c23047570216576a23afc69a026ba2e86761",
"_id": "[email protected]",
"_shasum": "0f42195a30515c355b57f77c7f485641a02cb264",
"_from": "react-simpletabs@*",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "pedronauck",
"email": "[email protected]"
},
"maintainers": [
{
"name": "pedronauck",
"email": "[email protected]"
}
],
"dist": {
"shasum": "0f42195a30515c355b57f77c7f485641a02cb264",
"tarball": "http://registry.npmjs.org/react-simpletabs/-/react-simpletabs-0.7.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/react-simpletabs/-/react-simpletabs-0.7.0.tgz",
"readme": "ERROR: No README data found!"
} |
Any update on this? |
cc @pedronauck |
This one could be closed because react 0.14 already there. |
Your latest commit fixes a bug in my CI pipeline (I've upgraded to 0.14-rc1), can you please publish your bump in npm?
Thanks for the great package!
The text was updated successfully, but these errors were encountered: