Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
Fix prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyan committed Oct 14, 2016
1 parent 0ca8173 commit e001621
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-web",
"version": "0.4.4",
"version": "0.4.5",
"description": "A framework for building web apps with React",
"license": "BSD-3-Clause",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions pages/game2048.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</head>
<body>

<script src="react-web.js?ee8d733c522ad1365778"></script>
<script src="react-web.js?f202f79bff8838276c9d"></script>

<script src="game2048.js?ee8d733c522ad1365778"></script>
<script src="game2048.js?f202f79bff8838276c9d"></script>

</body>
</html>
4 changes: 2 additions & 2 deletions pages/movies.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</head>
<body>

<script src="react-web.js?ee8d733c522ad1365778"></script>
<script src="react-web.js?f202f79bff8838276c9d"></script>

<script src="movies.js?ee8d733c522ad1365778"></script>
<script src="movies.js?f202f79bff8838276c9d"></script>

</body>
</html>
26 changes: 13 additions & 13 deletions pages/react-web.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pages/react-web.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/tictactoe.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</head>
<body>

<script src="react-web.js?ee8d733c522ad1365778"></script>
<script src="react-web.js?f202f79bff8838276c9d"></script>

<script src="tictactoe.js?ee8d733c522ad1365778"></script>
<script src="tictactoe.js?f202f79bff8838276c9d"></script>

</body>
</html>
4 changes: 2 additions & 2 deletions pages/uiexplorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</head>
<body>

<script src="react-web.js?ee8d733c522ad1365778"></script>
<script src="react-web.js?f202f79bff8838276c9d"></script>

<script src="uiexplorer.js?ee8d733c522ad1365778"></script>
<script src="uiexplorer.js?f202f79bff8838276c9d"></script>

</body>
</html>
2 changes: 1 addition & 1 deletion scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ resolver.getHasteMap().then(function(hasteMap){
console.log(filePath, '->', buildPath);

})
}).done();
});

0 comments on commit e001621

Please sign in to comment.