Skip to content

Commit 202bb93

Browse files
authored
v2.2.1: Change package main source to built files (#351)
This is to close #349 & minimize friction when including dropkick in projects.
1 parent fa0e157 commit 202bb93

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dropkickjs",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"author": {
55
"name": "Robert DeLuca"
66
},
@@ -13,7 +13,7 @@
1313
"bugs": {
1414
"url": "http://github.com/robdel12/DropKick/issues"
1515
},
16-
"main": "./src/dropkick.js",
16+
"main": "./dist/dropkick.js",
1717
"description": "A JavaScript plugin for creating beautiful, graceful, and painless custom dropdowns.",
1818
"scripts": {
1919
"build": "webpack",
@@ -49,7 +49,6 @@
4949
"karma-webpack": "2.0.3",
5050
"mocha": "^3.4.2",
5151
"node-sass": "4.5.3",
52-
"qunitjs": "^1.17.1",
5352
"sass-loader": "^6.0.6",
5453
"sinon": "^2.3.8",
5554
"sinon-chai": "^2.12.0",

yarn.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5111,10 +5111,6 @@ querystringify@~1.0.0:
51115111
version "1.0.0"
51125112
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb"
51135113

5114-
qunitjs@^1.17.1:
5115-
version "1.23.1"
5116-
resolved "https://registry.yarnpkg.com/qunitjs/-/qunitjs-1.23.1.tgz#1971cf97ac9be01a64d2315508d2e48e6fd4e719"
5117-
51185114
randomatic@^1.1.3:
51195115
version "1.1.7"
51205116
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.7.tgz#c7abe9cc8b87c0baa876b19fde83fd464797e38c"

0 commit comments

Comments
 (0)