Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1 from belozyorcev/master
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
belozer authored Jul 10, 2016
2 parents 9c3673c + d439435 commit 3ab5b0b
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,35 @@
"name": "rebem-css",
"version": "0.2.0",
"description": "BEM syntax for CSS",
"keywords": [ "rebem", "bem", "css" ],
"keywords": [
"rebem",
"bem",
"css"
],
"homepage": "https://github.com/rebem/css",
"repository": "rebem/css",
"maintainers": [
"Kir Belevich <kir@soulshine.in> (https://github.com/deepsweet)",
"Denis Koltsov <iam@mistadikay.com> (https://github.com/mistadikay)"
],
"main": "build/index.js",
"files": [ "build/" ],
"files": [
"build/"
],
"dependencies": {
"postcss": "5.0.x"
},
"devDependencies": {
"start-babel-cli": "1.x.x",
"start-rebem-preset": "0.x.x",

"babel-preset-es2015": "6.6.x",
"babel-plugin-add-module-exports": "0.1.x",

"babel-eslint": "5.0.x",
"babel-plugin-add-module-exports": "0.1.x",
"babel-preset-es2015": "6.6.x",
"eslint-config-rebem": "1.1.x",
"eslint-plugin-babel": "3.1.x",
"eslint-config-rebem": "0.3.x",

"estraverse-fb": "^1.3.1",
"husky": "0.11.x",
"require-uncached": "1.0.x",
"husky": "0.11.x"
"start-babel-cli": "1.x.x",
"start-rebem-preset": "0.x.x"
},
"scripts": {
"start": "start-runner start-rebem-preset",
Expand Down

0 comments on commit 3ab5b0b

Please sign in to comment.