Moving things aroudn

This commit is contained in:
Max Lynch
2017-02-06 17:00:10 -06:00
parent d426b15c1c
commit b773c0709f
130 changed files with 139 additions and 406 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@ionic-native/PLUGIN",
"version": "VERSION",
"description": "Ionic Native - Native plugins for ionic apps",
"module": "index.js",
"typings": "index.d.ts",
"author": "ionic",
"license": "MIT",
"peerDependencies": {
"rxjs": "^5.0.1",
"zone.js": "^0.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic-native.git"
}
}
-8
View File
@@ -1,8 +0,0 @@
import os
import os.path
for root, dirs, files in os.walk('.'):
for f in files:
fname = os.path.splitext(f)[0]
os.mkdir(fname)
os.rename(f, fname + '/index.ts')