We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c084fb commit 39dafa1Copy full SHA for 39dafa1
index.js
@@ -0,0 +1,2 @@
1
+require('./src/js/angular-tooltips');
2
+module.exports = '720kb.tooltips';
package.json
@@ -3,10 +3,7 @@
3
"version": "0.1.22",
4
"description": "Angular.js tooltips module.",
5
"homepage": "http://720kb.github.io/angular-tooltips",
6
- "main": [
7
- "dist/angular-tooltips.min.js",
8
- "dist/angular-tooltips.min.css"
9
- ],
+ "main": "index.js",
10
"keywords": [
11
"tiptip",
12
"tooltip",
0 commit comments