react-simpletabs icon indicating copy to clipboard operation
react-simpletabs copied to clipboard

Please publish?

Open fabiosantoscode opened this issue 9 years ago • 7 comments

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!

fabiosantoscode avatar Sep 25 '15 15:09 fabiosantoscode

+1

kallaspriit avatar Sep 29 '15 09:09 kallaspriit

+1

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

chentsulin avatar Sep 30 '15 02:09 chentsulin

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.

fabiosantoscode avatar Sep 30 '15 08:09 fabiosantoscode

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 avatar Sep 30 '15 08:09 kallaspriit

Any update on this?

kallaspriit avatar Oct 01 '15 10:10 kallaspriit

cc @pedronauck

chentsulin avatar Oct 05 '15 02:10 chentsulin

This one could be closed because react 0.14 already there.

chentsulin avatar Oct 16 '15 03:10 chentsulin