Skip to content
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

Open
fabiosantoscode opened this issue Sep 25, 2015 · 7 comments
Open

Please publish? #38

fabiosantoscode opened this issue Sep 25, 2015 · 7 comments

Comments

@fabiosantoscode
Copy link

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!

@kallaspriit
Copy link

+1

@chentsulin
Copy link
Contributor

+1

BTW, "react-simpletabs": "git+https://github.com/pedronauck/react-simpletabs.git#98b7ed" is a temporarily solution

@fabiosantoscode
Copy link
Author

actually, it appears that npm doesn't recognise the ...|| ^0.14.0-rc or at least doesn't think ^0.14.0-rc1` matches that. Still getting dependency hell for some reason.

@kallaspriit
Copy link

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!"
}

@kallaspriit
Copy link

Any update on this?

@chentsulin
Copy link
Contributor

cc @pedronauck

@chentsulin
Copy link
Contributor

This one could be closed because react 0.14 already there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants