Skip to content

Commit 0800ea3

Browse files
committed
Removed all example stuff from package.json
1 parent a253c38 commit 0800ea3

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

package.json

+3-19
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"description": "CSS constructor for your React components",
55
"main": "index.js",
66
"scripts": {
7-
"build": "babel index.js -o css-constructor.js",
8-
"build:example": "browserify example/entry.js -o example/bundle.js",
9-
"start:example": "list example/",
10-
"dev": "run-p build build:example start:example"
7+
"build": "babel index.js -o css-constructor.js"
118
},
129
"keywords": "react, css, constructor",
1310
"author": "siddharthkp",
@@ -19,24 +16,11 @@
1916
"babel-cli": "6.18.0",
2017
"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
2118
"babel-plugin-transform-object-rest-spread": "6.19.0",
22-
"babel-preset-es2015": "6.18.0",
23-
"babel-preset-react": "6.16.0",
24-
"babelify": "7.3.0",
25-
"browserify": "13.1.1",
26-
"list": "0.9.0",
27-
"npm-run-all": "3.1.2",
28-
"react": "15.4.1",
29-
"react-dom": "15.4.1"
30-
},
31-
"browserify": {
32-
"transform": [
33-
"babelify"
34-
]
19+
"babel-preset-es2015": "6.18.0"
3520
},
3621
"babel": {
3722
"presets": [
38-
"es2015",
39-
"react"
23+
"es2015"
4024
],
4125
"plugins": [
4226
"transform-decorators-legacy",

0 commit comments

Comments
 (0)