This commit is contained in:
Sam Thorogood 2020-07-01 10:47:16 +10:00
Родитель 4612270a16
Коммит 60b4e5e9f3
2 изменённых файлов: 6 добавлений и 1 удалений

5
.npmignore Normal file
Просмотреть файл

@ -0,0 +1,5 @@
.travis.yml
bower.json
build.js
suite.js
test.*

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "proxy-polyfill",
"version": "0.3.1",
"version": "0.3.2",
"description": "Polyfill for the Proxy object",
"main": "proxy.min.js",
"module": "./src/index.js",