Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 5e1e4ef

Browse files
committed
NPM publish v1.0.0
1 parent 88c9fed commit 5e1e4ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
JS-Import-Sort ![Travis-CI](https://travis-ci.org/Amwam/js-import-sort.svg?branch=master)
1+
JS-Import-Sort ![Travis-CI](https://travis-ci.org/Amwam/js-import-sort.svg?branch=master) [![npm version](https://badge.fury.io/js/js-import-sort.svg)](https://badge.fury.io/js/js-import-sort)
22
---
33

44
A JS codemod to sort imports

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-import-sort",
33
"author": "Amit Shah",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"description": "A jS Codemode to sort/organise imports",
66
"repository": "https://github.com/Amwam/js-import-sort",
77
"main": "./index.js",

0 commit comments

Comments
 (0)