We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v1.0.0
1 parent e1e089f commit 02d1b27Copy full SHA for 02d1b27
2 files changed
README.md
@@ -40,7 +40,7 @@ Arabic-Services was designed to work in both the browser and NodeJS applications
40
### Browser
41
42
We provide both ESM and UMD bundles for use in the browser.
43
-Download the latest release and check under package/lib/bundles.
+Download the latest release and check under /dist.
44
45
```html
46
<script src="arabic-services.umd.js"></script>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "arabic-services",
3
- "version": "1.0.0-rc.5",
+ "version": "1.0.0",
4
"description": "Utility functions on Arabic text",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
0 commit comments