Skip to content

Commit 97c0ca0

Browse files
committed
Changed package name
1 parent b8f3604 commit 97c0ca0

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
IE11+, Edge, Chrome, Firefox, Opera, Safari
1414

1515
## Installation
16-
Bower
16+
NPM
1717
```sh
18-
bower install jquery-steps
18+
npm install jquery.steps
1919
```
2020
Github
2121
```sh

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
2-
"name": "jquery-steps",
2+
"name": "jquery.steps",
33
"version": "1.0.1",
44
"description": "A simple, lightweight jQuery step wizard plugin.",
5-
"main": "index.js",
6-
"repository": "oguzhanoya/jquery-steps",
5+
"main": "./dist/jquery-steps.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/oguzhanoya/jquery-steps.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/oguzhanoya/jquery-steps/issues"
12+
},
713
"homepage": "https://oguzhanoya.github.io/jquery-steps",
814
"scripts": {
915
"build:css": "stylus src/styl/jquery-steps.styl -m -o dist/",

0 commit comments

Comments
 (0)