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 8a51386 commit 6c1c5b4Copy full SHA for 6c1c5b4
.gitignore
@@ -1,3 +1,4 @@
1
.DS_Store
2
*.iml
3
-.idea
+.idea
4
+node_modules
package.json
@@ -23,5 +23,8 @@
23
"_id": "sourcejs-spec-dependencies@0.1.0",
24
"_shasum": "42656dba73da3d131b5aa5223c0f8107766f443e",
25
"_resolved": "git://github.com/sourcejs/sourcejs-spec-dependencies#fe9fae410fda7e9ec76db2117613d55fc637faa0",
26
- "_from": "sourcejs-spec-dependencies@git://github.com/sourcejs/sourcejs-spec-dependencies"
+ "_from": "sourcejs-spec-dependencies@git://github.com/sourcejs/sourcejs-spec-dependencies",
27
+ "dependencies": {
28
+ "deep-extend": "^0.3.2"
29
+ }
30
}
0 commit comments