Skip to content

Commit

Permalink
Remove dependence on webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
nir9 committed Jan 25, 2024
1 parent 13c66dc commit 49cee6d
Show file tree
Hide file tree
Showing 14 changed files with 877 additions and 3,217 deletions.
24 changes: 0 additions & 24 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,4 @@ Please provide code examples as well when reporting bugs.
### Pull requests

1. Keep your pull request simple and avoid doing any unintended changes.
1. Don't commit any changes to `/dist/itemslide.min.js`

This project is built using webpack so if you want to contribute make sure you have a basic understanding of it.

#### Building

Before starting make sure you have Node.js installed on your system.

First install the dependencies by typing:

```bash
npm install
```

You can use watch so that ItemSlide will be built as you make changes to the `/src` files:

```bash
npm run watch
```

Or build the project using:

```bash
npm run build
```
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "itemslide",
"version": "1.6.0",
"version": "2.0.0",
"homepage": "https://github.com/nir9/itemslide",
"authors": [
"Nir Lichtman <nir.lich@gmail.com>"
],
"description": "A simple and beautiful JavaScript touch carousel",
"main": "./dist/itemslide.min.js",
"main": "./itemslide.js",
"keywords": [
"jquery-plugin",
"carousel",
"touch",
"mobile",
Expand Down
Loading

0 comments on commit 49cee6d

Please sign in to comment.