Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.

Commit

Permalink
Update package and rename component
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Jun 10, 2016
1 parent 8e627e4 commit ee2f29c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 141 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["react", "es2015", "stage-0"]
"presets": ["react", "es2015", "stage-1"]
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules/
npm-debug.log
lib/index.js
lib/
85 changes: 0 additions & 85 deletions lib/button.js

This file was deleted.

24 changes: 0 additions & 24 deletions lib/index.js

This file was deleted.

46 changes: 16 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bulma",
"version": "0.1.0",
"name": "re-bulma",
"version": "0.0.1",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -22,51 +22,37 @@
},
"homepage": "https://github.com/bokuweb/react-develop-boilerplate#readme",
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-core": "^6.5.2",
"babel-eslint": "^4.1.8",
"babel": "^6.5.2",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.3",
"babel-plugin-espower": "^2.0.0",
"babel-polyfill": "^6.5.0",
"babel-preset-airbnb": "^1.1.1",
"babel-preset-airbnb": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"bulma": "0.0.28",
"enzyme": "^2.0.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^5.0.0",
"eslint-plugin-react": "^3.16.1",
"espower-babel": "^3.3.0",
"babel-preset-stage-1": "^6.3.13",
"bulma": "^0.0.28",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-react": "^5.1.1",
"husky": "^0.11.1",
"karma": "^0.13.19",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^4.4.0",
"karma-cli": "^0.1.1",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "^0.0.1",
"power-assert": "^1.1.0",
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.7",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-hot-loader": "^1.3.0",
"react-styleguidist": "^2.3.1",
"sinon": "^1.17.2",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {
"react": ">=0.14.7"
"react": ">=0.14.0"
},
"files": [
"lib"
],
"dependencies": {
"csjs": "^1.0.0",
"csjs": "^1.0.3",
"insert-css": "^0.2.0",
"lodash.isequal": "^4.2.0",
"lodash.kebabcase": "^4.0.1"
Expand Down

0 comments on commit ee2f29c

Please sign in to comment.