Skip to content

Commit 238eb1e

Browse files
committed
Updated package name in readme and bumped version.
1 parent 8a3f3ae commit 238eb1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ AngularJS assert module provides a set of assertion functions for verifying inva
77
Include the file is HMTL
88

99
```html
10-
<script src="/node_modules/@conta/angularjs-assert/src/angularjs-assert.js"></script>
10+
<script src="/node_modules/@contasystemer/angularjs-assert/src/angularjs-assert.js"></script>
1111
```
1212

1313
or require the file
1414

1515
```js
16-
require('@conta/angularjs-assert');
16+
require('@contasystemer/angularjs-assert');
1717
```
1818

1919
# Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contasystemer/angularjs-assert",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "AngularJS assert module provides a set of assertion functions for verifying invariants.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)