Skip to content

Commit 27125a0

Browse files
committed
Merge pull request #16 from stefanpenner/master
bundleDependency as a quick attempt work-around for the npm v3 node_m…
2 parents af0e9a3 + c19b739 commit 27125a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-ic-ajax",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Include ic-ajax into an ember-cli application.",
55
"main": "index.js",
66
"scripts": {
@@ -18,6 +18,9 @@
1818
"dependencies": {
1919
"ic-ajax": "~2.0.1"
2020
},
21+
"bundledDependencies": [
22+
"ic-ajax"
23+
],
2124
"bugs": {
2225
"url": "https://github.com/rjackson/ember-cli-ic-ajax/issues"
2326
},

0 commit comments

Comments
 (0)