Skip to content

Commit

Permalink
Finalizing for production
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed Oct 19, 2016
1 parent 4a9f0bd commit 71ec1d0
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
10 changes: 7 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pressure",
"description": "Pressure is a JavaScript library for handling both Force Touch and 3D Touch through a single API",
"description": "Pressure is a lightweight JavaScript library for both Force Touch and 3D Touch through a single API.",
"main": "dist/pressure.min.js",
"authors": [
"Stuart Yamartino"
Expand All @@ -14,7 +14,11 @@
"pressure",
"pressurejs",
"iphone6s",
"iphone6splus"
"iphone6splus",
"iphone7",
"iphone7plus",
"magic-trackpad",
"apple-pencil"
],
"homepage": "https://github.com/yamartino/pressure",
"moduleType": [],
Expand All @@ -25,5 +29,5 @@
"test",
"tests"
],
"version": "1.0.1"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion dist/jquery.pressure.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Pressure v2.0.0 | Created By Stuart Yamartino | MIT License | 2015 - Present
// Pressure v2.0.0 | Created By Stuart Yamartino | MIT License | 2015 - 2016
;(function(window, document, $) {
"use strict";

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.pressure.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/pressure.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Pressure v2.0.0 | Created By Stuart Yamartino | MIT License | 2015 - Present
// Pressure v2.0.0 | Created By Stuart Yamartino | MIT License | 2015 - 2016
;(function(window, document) {
"use strict";

Expand Down
2 changes: 1 addition & 1 deletion dist/pressure.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var rename = require('gulp-rename');
var uglify = require('gulp-uglify');
var babel = require('gulp-babel');

var HEADER_COMMENT = '// Pressure v2.0.0 | Created By Stuart Yamartino | MIT License | 2015 - Present\n';
var HEADER_COMMENT = '// Pressure v2.0.0 | Created By Stuart Yamartino | MIT License | 2015 - 2016\n';
var DESTINATION = '.';

// JS concat, strip debugging and minify
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pressure",
"version": "1.0.1",
"description": "Pressure is a JavaScript library for handling both Force Touch and 3D Touch through a single API",
"version": "2.0.0",
"description": "Pressure is a lightweight JavaScript library for both Force Touch and 3D Touch through a single API.",
"main": "dist/pressure.min.js",
"dependencies": {},
"devDependencies": {
Expand Down Expand Up @@ -29,7 +29,11 @@
"pressure",
"pressurejs",
"iphone6s",
"iphone6splus"
"iphone6splus",
"iphone7",
"iphone7plus",
"magic-trackpad",
"apple-pencil"
],
"author": "Stuart Yamartino",
"license": "MIT",
Expand Down

0 comments on commit 71ec1d0

Please sign in to comment.