Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyDies committed Dec 15, 2017
1 parent 2b9d574 commit 7216dd2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Change log

### UnReleased
## 1.0.0-RC - 2017-12-15

2 changes: 2 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "ue-locks",
"description": "The locks component for 'Universal Editor'",
"version": "1.0.0-RC",
"main": [
"./dist/ue-locks.min.js"
],
Expand Down
2 changes: 1 addition & 1 deletion demo/bootstrapStyle.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<script src="universal-editor/dist/ue.min.js"></script>
<script src="angular-drag-and-drop-lists/angular-drag-and-drop-lists.min.js"></script>
<!-- start:bundle -->
<script src="ue-locks.js"></script>
<script src="ue-locks.min.js"></script>
<script src="bootstrapStyle.min.js"></script>
<!-- end:bundle -->
</head>

Expand Down
2 changes: 1 addition & 1 deletion dist/ue-locks.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "ue-locks",
"description": "The locks component for 'Universal Editor'",
"version": "1.0.0-RC",
"repository": {
"type": "git",
"url": "https://github.com/universal-editor/locker"
Expand Down

0 comments on commit 7216dd2

Please sign in to comment.