mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-08-04 00:00:08 +08:00
Moving things aroudn
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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')
|
||||
Reference in New Issue
Block a user