File tree 12 files changed +17
-31
lines changed
12 files changed +17
-31
lines changed Original file line number Diff line number Diff line change 1
- node_modules
2
- lerna-debug.log
1
+ # node.js
2
+ node_modules /
3
3
npm-debug.log
4
+
5
+ # lerna
6
+ lerna-debug.log
Original file line number Diff line number Diff line change 4
4
"scripts" : {
5
5
"postinstall" : " node ./scripts/postinstall.js" ,
6
6
"build" : " node ./scripts/build.js" ,
7
- "clean" : " lerna run clean" ,
7
+ "clean" : " git clean -fdX . " ,
8
8
"precommit" : " pretty-quick --staged" ,
9
9
"start" : " cd website && npm start" ,
10
10
"test" : " lerna run test --stream"
Original file line number Diff line number Diff line change 1
- /es
2
- /node_modules
3
- /umd
1
+ es /
2
+ umd /
4
3
/* .js
5
- ! rollup.config.js
4
+ ! / rollup.config.js
Original file line number Diff line number Diff line change 21
21
"build" : " node ./scripts/build.js" ,
22
22
"watch" : " babel ./modules -d . --ignore __tests__ --watch" ,
23
23
"prepublishOnly" : " node ./scripts/build.js" ,
24
- "clean" : " git clean -fdX ." ,
25
24
"lint" : " eslint modules" ,
26
25
"test" : " jest"
27
26
},
Original file line number Diff line number Diff line change 1
- /es
2
- /node_modules
3
- /umd
1
+ es /
2
+ umd /
4
3
/* .js
5
- ! rollup.config.js
4
+ ! / rollup.config.js
Original file line number Diff line number Diff line change 35
35
"build" : " node ./scripts/build.js" ,
36
36
"watch" : " babel ./modules -d . --ignore __tests__ --watch" ,
37
37
"prepublishOnly" : " node ./scripts/build.js" ,
38
- "clean" : " git clean -fdX ." ,
39
38
"lint" : " eslint modules" ,
40
39
"test" : " jest"
41
40
},
Original file line number Diff line number Diff line change 1
1
# OSX
2
- #
3
2
.DS_Store
4
3
5
4
# Xcode
6
- #
7
5
build /
8
6
* .pbxuser
9
7
! default.pbxuser
@@ -23,18 +21,12 @@ DerivedData
23
21
project.xcworkspace
24
22
25
23
# Android/IntelliJ
26
- #
27
24
build /
28
25
.idea
29
26
.gradle
30
27
local.properties
31
28
* .iml
32
29
33
- # node.js
34
- #
35
- node_modules /
36
- npm-debug.log
37
-
38
30
# BUCK
39
31
buck-out /
40
32
\. buckd /
Original file line number Diff line number Diff line change 12
12
"sideEffects" : false ,
13
13
"scripts" : {
14
14
"start" : " node node_modules/react-native/local-cli/cli.js start" ,
15
- "clean" : " git clean -fdX ." ,
16
15
"test" : " jest"
17
16
},
18
17
"files" : [
Original file line number Diff line number Diff line change 1
- /es
2
- /node_modules
3
- /umd
4
- /utils
1
+ es /
2
+ umd /
3
+ utils /
5
4
/* .js
6
- ! rollup.config.js
5
+ ! / rollup.config.js
Original file line number Diff line number Diff line change 32
32
"build" : " node ./scripts/build.js" ,
33
33
"watch" : " babel ./modules -d . --ignore __tests__ --watch" ,
34
34
"prepublishOnly" : " node ./scripts/build.js" ,
35
- "clean" : " git clean -fdX ." ,
36
35
"lint" : " eslint modules" ,
37
36
"test" : " jest"
38
37
},
Original file line number Diff line number Diff line change 1
- build
2
- node_modules
1
+ build /
Original file line number Diff line number Diff line change 3
3
"name" : " react-router-website" ,
4
4
"scripts" : {
5
5
"build" : " NODE_ENV=production webpack -p" ,
6
- "clean" : " git clean -fdX ." ,
7
6
"start" : " webpack-dev-server --inline --host 0.0.0.0"
8
7
},
9
8
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments