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.
2 parents b2e1059 + b07c48a commit bd3cbb7Copy full SHA for bd3cbb7
.npmignore
@@ -1,8 +1,10 @@
1
+/coverage
2
/bower_components
3
/config/ember-try.js
4
/dist
5
/tests
6
/tmp
7
+/docs
8
**/.gitkeep
9
.bowerrc
10
.editorconfig
index.js
@@ -31,7 +31,7 @@ module.exports = {
31
new Funnel(__dirname + '/vendor', { destDir: this.name }),
32
new Funnel(path.dirname(urijsPath), { destDir: this.name + '/urijs' }),
33
new Funnel(path.dirname(mockSocketPath), { destDir: this.name + '/mock-socket' }),
34
- new Funnel(path.dirname(socketIOClientPath), { destDir: this.name + '/socket.io-client' })
+ new Funnel(path.join(path.dirname(socketIOClientPath), '../dist'), { destDir: this.name + '/socket.io-client' })
35
]);
36
},
37
0 commit comments