From b72f0d8e976dac6c4c3977ccf90f3dfb146474c8 Mon Sep 17 00:00:00 2001 From: Nobuhito Kurose Date: Thu, 14 Jan 2016 13:46:05 +0900 Subject: [PATCH] Fix "Cannot find module" error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6568d27..0a0e856 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ }, "homepage": "https://github.com/niftylettuce/react-native-loading-spinner-overlay", "devDependencies": { - "autobind-decorator": "^1.3.3", "babel-cli": "^6.2.0", "babel-core": "^6.2.1", "babel-eslint": "^4.1.6", @@ -52,6 +51,7 @@ "jshint": "^2.8.0" }, "dependencies": { + "autobind-decorator": "^1.3.3", "react-native-gifted-spinner": "0.0.3" } }