Skip to content

Commit

Permalink
renamed project to tjs
Browse files Browse the repository at this point in the history
  • Loading branch information
tim.joedicke committed Aug 16, 2019
1 parent a64d30b commit 03e0da3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# t.comp
Simple JS structure framework.
# tjs
Lightweight JavaScript structure framework.

## build
Building is done with the help of [UglifyJS](https://github.com/mishoo/UglifyJS2).
Expand Down
2 changes: 1 addition & 1 deletion dist/t.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<script src="t.comp.1.js" type="text/javascript"></script>
<script src="t.comp.2.js" type="text/javascript"></script>
<script src="t.comp.3.js" type="text/javascript"></script>
<title>|| t.comp</title>
<title>tjs || example</title>
</head>
<body>
<h1>|| t.comp</h1>
<h1>tjs || example</h1>
</body>
</html>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "https://github.com/Waxweazler/t.comp",
"name": "t.comp",
"homepage": "https://github.com/Waxweazler/tjs",
"name": "tjs",
"version": "1.0.3",
"config": {
"src": "src/t.js",
Expand Down

0 comments on commit 03e0da3

Please sign in to comment.