Skip to content

Commit 18d4074

Browse files
committed
Re-add dist folder for bower
1 parent 42f525d commit 18d4074

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
web.config
66
.grunt/
77
_SpecRunner.html
8-
dist/
98
node_modules/
109
npm-debug.log
1110
yarn-error.log
11+
12+
# Note: dist is not ignored for bower
13+
#/dist

dist/Autolinker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Autolinker.js
3-
* 1.7.1
3+
* 1.8.0
44
*
55
* Copyright(c) 2018 Gregory Jacobs <[email protected]>
66
* MIT License
@@ -241,7 +241,7 @@ Autolinker.parse = function( textOrHtml, options ) {
241241
*
242242
* Ex: 0.25.1
243243
*/
244-
Autolinker.version = '1.7.1';
244+
Autolinker.version = '1.8.0';
245245

246246

247247
Autolinker.prototype = {

dist/Autolinker.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"build": "gulp",
14-
"prepublishOnly": "gulp",
14+
"prepublishOnly": "gulp build",
1515
"test": "gulp test"
1616
},
1717
"repository": {

0 commit comments

Comments
 (0)