Skip to content

Commit e5d309b

Browse files
committed
lib -> min
1 parent 78810a4 commit e5d309b

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ yarn-error.log*
88
/asset/*.js
99
/dist/
1010
*.js
11-
!webpack.config.js
1211

1312

1413
# Runtime data

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/asset/
22
/dist/
33
/test/
4-
lib.js
4+
min.js
55
webpack.config.js

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let notation = require('myanmar-notation');
2828
- [x] Convert into Typescript
2929
- [x] mocha
3030
- [x] Auto-load
31-
- [x] webpack: `https://unpkg.com/myanmar-notation@latest/min.js`
31+
- [x] webpack
3232

3333
```js
3434
notation.get('2700');
@@ -75,7 +75,7 @@ notation.get('27,000,000.00');
7575

7676
[test-mocha]: https://img.shields.io/badge/test-mocha-green.svg?longCache=true
7777
[webpack-check]: https://img.shields.io/badge/webpack-yes-green.svg?longCache=true
78-
[webpack-url]: https://unpkg.com/myanmar-notation@latest/lib.js
78+
[webpack-url]: https://unpkg.com/myanmar-notation@latest/min.js
7979
[travis]: https://travis-ci.com/khensolomon/myanmar-notation.svg
8080
[travis-url]: https://travis-ci.org/khensolomon/myanmar-notation
8181
[npm-download]: https://img.shields.io/npm/dt/myanmar-notation.svg

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myanmar-notation",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "get Myanmar digital and notation",
55
"main": "index.js",
66
"scripts": {
@@ -25,7 +25,10 @@
2525
"url": "https://github.com/khensolomon/myanmar-notation/issues"
2626
},
2727
"files":[
28-
"*.js"
28+
"configuration.js",
29+
"index.js",
30+
"notation.js",
31+
"min.js"
2932
],
3033
"author": "Khen Solomon Lethil",
3134
"license": "MIT",

0 commit comments

Comments
 (0)