Skip to content

Commit

Permalink
Update some metas stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Oct 14, 2014
1 parent 0a14fd9 commit 743196f
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 326 deletions.
35 changes: 0 additions & 35 deletions .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,41 +49,6 @@
, "<"
, "<="
]
, "disallowLeftStickedOperators": [
"?"
, "+"
, "-"
, "/"
, "*"
, "="
, "=="
, "==="
, "!="
, "!=="
, ">"
, ">="
, "<"
, "<="
]
, "requireRightStickedOperators": [
"!"
]
, "disallowRightStickedOperators": [
"?"
, "+"
, "/"
, "*"
, ":"
, "="
, "=="
, "==="
, "!="
, "!=="
, ">"
, ">="
, "<"
, "<="
]
, "disallowSpaceAfterPrefixUnaryOperators": [
"++"
, "--"
Expand Down
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# Changelog

## 0.1.3 - 2014-09-16
# 0.1.3 - 2014-09-16

- clicking on the current url somewhere does not produce a full reload by default (see option `currentUrlFullReload`)
- fix `document.implementation.createHTMLDocument` error (in IE10, ref [#16](https://github.com/MoOx/pjax/pull/16))

## 0.1.2 - 2014-04-03
# 0.1.2 - 2014-04-03

- pjax.js relocated in `src/`
- <html> attributes of pjaxified document are now available

## 0.1.1 - 2014-04-02
# 0.1.1 - 2014-04-02

- Safer UMD wrapper (fix concat issue)

## 0.1.0 - 2014-03-24
# 0.1.0 - 2014-03-24

Initial release
185 changes: 0 additions & 185 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE-MIT → LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 "MoOx" Maxime Thirouin
Copyright (c) 2014 Maxime Thirouin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,23 +543,15 @@ wrapper on each page (to avoid differences of DOM between pages)
---
## [Changelog](CHANGELOG.md)
## Contributing
Please read the file nobody reads (make me lie) [CONTRIBUTING.md](CONTRIBUTING.md)
Work on a branch, install dev-dependencies, respect coding style & run tests before submitting a bug fix or a feature.
### tl;dr;
$ git clone https://github.com/MoOx/pjax.git
$ git checkout -b patch-1
$ npm install
$ npm test
Fork, clone, then
```shell
$ npm i -g gulp
$ npm i
$ gulp
```
Now you can work on the file, then make a commit and a push something when gulp doesn't show any error.
Thanks.
## [Changelog](CHANGELOG.md)
## [License](LICENSE-MIT)
## [License](LICENSE)
21 changes: 10 additions & 11 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
"name": "pjax",
"version": "0.1.3",
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
"main": "src/pjax.js",
"homepage": "https://github.com/MoOx/pjax",
"authors": [
"Maxime Thirouin <[email protected]>"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"pjax",
"push",
Expand All @@ -21,11 +11,20 @@
"transition",
"animation"
],
"main": "src/pjax.js",
"homepage": "https://github.com/MoOx/pjax",
"authors": [
"Maxime Thirouin"
],
"license": "MIT",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
Expand Down
56 changes: 0 additions & 56 deletions gulpfile.js

This file was deleted.

Loading

0 comments on commit 743196f

Please sign in to comment.