diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..a16f905 --- /dev/null +++ b/.npmignore @@ -0,0 +1,31 @@ +.git/ + +# for WebStorm +.idea/ + +# for npm +node_modules/ +npm-shrinkwrap.json + +# for grunt +typings/ +.tscache/ +espowered/ + +# for https://github.com/Microsoft/TypeScript/issues/4667 +lib/**/*.ts +!lib/**/*.d.ts + +# codes +test/ + +# misc +example/ +.gitignore +.editorconfig +circle.yml +setup.sh +Gruntfile.js +tslint.json + +npm-debug.log \ No newline at end of file diff --git a/package.json b/package.json index 5c05d43..c5c024a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-abi-filter", - "version": "1.1.3-dev", + "version": "1.2.0", "description": "Specify supported platform ABIs for your android build", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/plugin.xml b/plugin.xml index 4bf4bd1..cfb998e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + cordova-plugin-abi-filter Filter desired platform ABIs from your project build. Apache 2.0 License