Skip to content

Commit

Permalink
update dependents
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyLouvre committed Jun 22, 2018
1 parent 43b87c2 commit ad29fb3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ selenium-server-*
/.history/*
xxx.js
index.css
stand.js
stand.js
react.js
react-dom.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "a React16-compact mini framework",
"main": "dist/React.js",
"scripts": {
"build": "rollup -c ./scripts/build/rollup.js && rollup -c ./scripts/build/create-class.js && rollup -c ./scripts/build/rollup.ie.js && rollup -c ./scripts/build/rollup.reach.js ",
"build": "rollup -c ./scripts/build/rollup.js && rollup -c ./scripts/build/rollup.ie.js && rollup -c ./scripts/build/rollup.reach.js ",
"test": "cross-env NODE_ENV=development jest --config ./scripts/jest/config.source.js",
"start": "serve .",
"sync": "node ./scripts/build/sync.js",
Expand Down
2 changes: 1 addition & 1 deletion react-dom.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @license React v16.3.2
/** @license React v16.3.2!
* react-dom.development.js
*
* Copyright (c) 2013-present, Facebook, Inc.
Expand Down
2 changes: 1 addition & 1 deletion react.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @license React v16.3.2
/** @license React v16.3.2!
* react.development.js
*
* Copyright (c) 2013-present, Facebook, Inc.
Expand Down
File renamed without changes.

0 comments on commit ad29fb3

Please sign in to comment.