-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from pocketsize/dev
Version 1.0.1
- Loading branch information
Showing
9 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "bolts-lib", | ||
"version": "1.0.0", | ||
"description": "Front-end helper toolkit", | ||
"version": "1.0.1", | ||
"description": "Front-end helper library", | ||
"main": "src/js/index.js", | ||
"author": "Pocketsize <[email protected]> (https://www.pocketsize.se)", | ||
"homepage": "https://www.pocketsize.se", | ||
|
@@ -15,6 +15,7 @@ | |
"es6", | ||
"front-end", | ||
"helper", | ||
"library", | ||
"toolkit" | ||
], | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
/** | ||
* Bolts 1.0.0 | MIT License | ||
* Bolts 1.0.1 | MIT License | ||
* | ||
* Developed by Pocketsize | ||
* http://www.pocketsize.se/ | ||
*/ | ||
|
||
import bolts from './bolts' | ||
export { default as state } from './state' | ||
export { default as detect } from './detect' | ||
export { default as timing } from './timing' | ||
export { default as misc } from './misc' | ||
export { default as bolts } from './bolts' | ||
|
||
export { bolts as bolts } | ||
export default bolts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters