Fixed the files to show the editor again

Fixed the package.json to export api.js instead of reactTemplate.js so that the grunt task will work
This commit is contained in:
amitk 2014-11-29 22:50:49 +02:00
parent a62b54c520
commit 444d21334a
3 changed files with 15295 additions and 15420 deletions

View File

@ -20,7 +20,7 @@
<!--<script src="playground/bundle/reactTemplates.bundle.js"></script>-->
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="playground/bundle/main.browser.js"></script>
<script src="playground/main.browser.js"></script>
</body>
</html>

View File

@ -5,7 +5,7 @@
"publishConfig": {
"registry": "http://repo.dev.wix/artifactory/api/npm/npm-local"
},
"main": "./src/reactTemplates.js",
"main": "./src/api.js",
"bin": {
"rt": "./src/cli.js"
},

File diff suppressed because one or more lines are too long