Skip to content

Commit abff0a0

Browse files
committed
Reduce version
1 parent aea32d0 commit abff0a0

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

package.json

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
{
22
"name": "react-css-themr",
3-
"version": "1.0.0",
43
"description": "React CSS Themr",
4+
"homepage": "https://github.com/javivelasco/react-css-themr#readme",
5+
"version": "0.0.0",
56
"main": "./lib",
6-
"files": [
7-
"lib",
8-
"src"
9-
],
10-
"scripts": {
11-
"build": "babel src --out-dir lib",
12-
"prepublish": "rimraf lib && npm run build",
13-
"lint": "eslint src test",
14-
"test": "mocha --compilers js:babel-core/register --recursive --reporter spec --require ./test/setup.js",
15-
"test:watch": "npm test -- --watch"
7+
"author": {
8+
"name": "Javi Velasco",
9+
"email": "javier.velasco86@gmail.com",
10+
"url": "http://javivelasco.com/"
1611
},
1712
"bugs": {
1813
"url": "https://github.com/javivelasco/react-css-themr/issues"
1914
},
20-
"homepage": "https://github.com/javivelasco/react-css-themr#readme",
21-
"author": "Javi Velasco <javier.velasco86@gmail.com> (http://javivelasco.com/)",
22-
"license": "MIT",
2315
"devDependencies": {
2416
"babel-cli": "^6.7.7",
2517
"babel-core": "^6.7.7",
@@ -39,6 +31,18 @@
3931
"react-addons-test-utils": "^15.0.1",
4032
"rimraf": "^2.5.2"
4133
},
34+
"files": [
35+
"lib",
36+
"src"
37+
],
38+
"scripts": {
39+
"build": "babel src --out-dir lib",
40+
"lint": "eslint src test",
41+
"prepublish": "rimraf lib && npm run build",
42+
"test": "mocha --compilers js:babel-core/register --recursive --reporter spec --require ./test/setup.js",
43+
"test:watch": "npm test -- --watch"
44+
},
45+
"license": "MIT",
4246
"peerDependencies": {
4347
"react": "^0.14.0 || ^15.0.0-0"
4448
}

0 commit comments

Comments
 (0)