Skip to content

Commit 7b232cd

Browse files
deepakkjtannerlinsley
authored andcommitted
Updated the package.json (TanStack#124)
1 parent 533bea7 commit 7b232cd

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
],
2525
"scripts": {
2626
"build:node": "babel src --out-dir lib --source-maps inline",
27-
"build:css": "rm -rf react-table.css && stylus src/index.styl --compress -o react-table.css && yarn run css:autoprefix",
27+
"build:css": "rimraf react-table.css && stylus src/index.styl --compress -o react-table.css && yarn run css:autoprefix",
2828
"css:autoprefix": "postcss --use autoprefixer react-table.css -r",
2929
"watch": "npm-run-all --parallel watch:*",
3030
"watch:node": "onchange 'src/**/*.js' -i -- npm run build:node",
3131
"watch:css": "onchange 'src/**/*.styl' -i -- npm run build:css",
3232
"test": "standard",
33-
"umd": "rm -rf react-table.js && browserify lib/index.js -s reactTable -x react -t babelify -g uglifyify -o react-table.js",
33+
"umd": "rimraf react-table.js && browserify lib/index.js -s reactTable -x react -t babelify -g uglifyify -o react-table.js",
3434
"prepublish": "npm-run-all build:* && npm run umd",
3535
"storybook": "start-storybook -p 8000 -c .storybook",
3636
"docs": "build-storybook -o docs && cp .storybook/CNAME docs/CNAME"
@@ -61,6 +61,7 @@
6161
"react": "^15.4.2",
6262
"react-dom": "^15.4.2",
6363
"react-json-tree": "^0.10.1",
64+
"rimraf": "^2.6.1",
6465
"standard": "^8.0.0",
6566
"storybook": "^0.0.0",
6667
"stylus": "^0.54.5",

yarn.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2998,7 +2998,7 @@ indexof@0.0.1:
29982998
version "0.0.1"
29992999
resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d"
30003000

3001-
inflight@^1.0.4, inflight@^1.0.6:
3001+
inflight@^1.0.4:
30023002
version "1.0.6"
30033003
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
30043004
dependencies:
@@ -4964,6 +4964,12 @@ rimraf@2, rimraf@^2.2.8, rimraf@~2.5.1, rimraf@~2.5.4:
49644964
dependencies:
49654965
glob "^7.0.5"
49664966

4967+
rimraf@^2.6.1:
4968+
version "2.6.1"
4969+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
4970+
dependencies:
4971+
glob "^7.0.5"
4972+
49674973
ripemd160@0.2.0:
49684974
version "0.2.0"
49694975
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-0.2.0.tgz#2bf198bde167cacfa51c0a928e84b68bbe171fce"

0 commit comments

Comments
 (0)